fix: update ChunkStructureEnum values for consistency with model naming

This commit is contained in:
twwu 2025-05-30 15:53:32 +08:00
parent 1274aaed5d
commit 08624878cf

View File

@ -9,9 +9,9 @@ export { RETRIEVE_METHOD as RetrievalSearchMethodEnum } from '@/types/app'
export { RerankingModeEnum as HybridSearchModeEnum } from '@/models/datasets'
export enum ChunkStructureEnum {
general = 'general',
parent_child = 'parent-child',
question_answer = 'question-answer',
general = 'text_model',
parent_child = 'hierarchical_model',
question_answer = 'qa_model',
}
export type RerankingModel = {