mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-07 20:10:08 +00:00
feat(ChatKnowledge):chunk add enable_merge parameter (#1014)
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
This commit is contained in:
@@ -82,6 +82,7 @@ export type IStrategyParameter = {
|
||||
param_name: string;
|
||||
param_type: string;
|
||||
default_value?: string | number;
|
||||
description: string;
|
||||
};
|
||||
|
||||
export type IChunkStrategyResponse = {
|
||||
|
Reference in New Issue
Block a user