Fix: top_k param handling error, unify top_k and cosine default value.
This commit is contained in:
@@ -32,8 +32,8 @@ MAX_EMBED_TOKENS=8192
|
||||
#HISTORY_TURNS=3
|
||||
#CHUNK_SIZE=1200
|
||||
#CHUNK_OVERLAP_SIZE=100
|
||||
#COSINE_THRESHOLD=0.4 # 0.2 while not running API server
|
||||
#TOP_K=50 # 60 while not running API server
|
||||
#COSINE_THRESHOLD=0.2
|
||||
#TOP_K=60
|
||||
|
||||
### LLM Configuration (Use valid host. For local services, you can use host.docker.internal)
|
||||
### Ollama example
|
||||
|
Reference in New Issue
Block a user