mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-08 20:19:03 +08:00
fix: update ChunkStructureEnum values for consistency with model naming
This commit is contained in:
parent
1274aaed5d
commit
08624878cf
@ -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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user