mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 22:51:24 +00:00
fix:KNOWLEDGE_SEARCH_TOP_SIZE default value
This commit is contained in:
@@ -55,6 +55,7 @@ EMBEDDING_MODEL=text2vec
|
||||
#EMBEDDING_MODEL=bge-large-zh
|
||||
KNOWLEDGE_CHUNK_SIZE=500
|
||||
KNOWLEDGE_SEARCH_TOP_SIZE=5
|
||||
#KNOWLEDGE_CHUNK_OVERLAP=50
|
||||
# Control whether to display the source document of knowledge on the front end.
|
||||
KNOWLEDGE_CHAT_SHOW_RELATIONS=False
|
||||
## EMBEDDING_TOKENIZER - Tokenizer to use for chunking large inputs
|
||||
|
Reference in New Issue
Block a user