mirror of
https://github.com/langgenius/dify.git
synced 2026-08-28 20:26:50 +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 { RerankingModeEnum as HybridSearchModeEnum } from '@/models/datasets'
|
||||||
|
|
||||||
export enum ChunkStructureEnum {
|
export enum ChunkStructureEnum {
|
||||||
general = 'general',
|
general = 'text_model',
|
||||||
parent_child = 'parent-child',
|
parent_child = 'hierarchical_model',
|
||||||
question_answer = 'question-answer',
|
question_answer = 'qa_model',
|
||||||
}
|
}
|
||||||
|
|
||||||
export type RerankingModel = {
|
export type RerankingModel = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user