fix(web): update retrieve_type key

This commit is contained in:
zhaoying
2026-02-02 14:31:57 +08:00
parent 574d0afc72
commit 67a3351c4c
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,
}