Merge pull request #275 from SuanmoSuanyangTechnology/fix/develop_chat_zy

fix(web): update retrieve_type key
This commit is contained in:
yingzhao
2026-02-02 14:34:27 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ const KnowledgeListModal = forwardRef<KnowledgeModalRef, KnowledgeModalProps>(({
...item,
config: {
similarity_threshold: 0.7,
strategy: "hybrid",
retrieve_type: "hybrid",
top_k: 3,
weight: 1,
}