Lower search threshold to 0.01 for embedding compatibility

main
Clawd 3 weeks ago
parent 8b7a93d58f
commit acbab75031

@ -28,7 +28,7 @@ class Settings(BaseSettings):
# Search defaults # Search defaults
search_top_k: int = 10 search_top_k: int = 10
search_threshold: float = 0.65 search_threshold: float = 0.01 # Low threshold - embeddings seem normalized differently
rerank_enabled: bool = False rerank_enabled: bool = False
# CORS (comma-separated origins) # CORS (comma-separated origins)

Loading…
Cancel
Save

Powered by TurnKey Linux.