mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 23:15:53 +08:00
Feature(File RAG): add file_rag in chatchat-server, add ensemble retriever and vectorstore retriever.
This commit is contained in:
parent
b56283eb01
commit
0abb5a1f9d
@ -149,7 +149,7 @@ TOOL_CONFIG = {
|
|||||||
"search_local_knowledgebase": {
|
"search_local_knowledgebase": {
|
||||||
"use": False,
|
"use": False,
|
||||||
"top_k": 3,
|
"top_k": 3,
|
||||||
"score_threshold": 1,
|
"score_threshold": 1.0,
|
||||||
"conclude_prompt": {
|
"conclude_prompt": {
|
||||||
"with_result":
|
"with_result":
|
||||||
'<指令>根据已知信息,简洁和专业的来回答问题。如果无法从中得到答案,请说 "根据已知信息无法回答该问题",'
|
'<指令>根据已知信息,简洁和专业的来回答问题。如果无法从中得到答案,请说 "根据已知信息无法回答该问题",'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user