Update baike kag_config.yaml (#339)

The reference to the class corresponding to the default_chunk_retriever is incorrect. fix it
This commit is contained in:
xueguanwen 2025-02-11 11:01:47 +08:00 committed by GitHub
parent b02553243d
commit daa536fb3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ fuzzy_kg_retriever: &fuzzy_kg_retriever
graph_api: *graph_api graph_api: *graph_api
chunk_retriever: &chunk_retriever chunk_retriever: &chunk_retriever
type: default_chunk_retriever # kag.solver.retriever.impl.default_fuzzy_kg_retriever.DefaultFuzzyKgRetriever type: default_chunk_retriever # kag.solver.retriever.impl.default_chunk_retrieval.DefaultChunkRetriever
llm_client: *chat_llm llm_client: *chat_llm
recall_num: 10 recall_num: 10
rerank_topk: 10 rerank_topk: 10