@ -28,7 +28,7 @@ class Settings(BaseSettings):
# Search defaults
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
# CORS (comma-separated origins)
Powered by TurnKey Linux.