fix:KNOWLEDGE_SEARCH_TOP_SIZE default value

This commit is contained in:
aries_ckt
2023-10-18 10:07:58 +08:00
parent 7321b7eb6d
commit 12d4e2fce8
2 changed files with 2 additions and 1 deletions

View File

@@ -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