mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Updating RAG SIMILARITY_THRESHOLD to 0.05
This commit is contained in:
@@ -14,7 +14,7 @@ from ...config.logfire_config import get_logger, safe_span
|
||||
logger = get_logger(__name__)
|
||||
|
||||
# Fixed similarity threshold for vector results
|
||||
SIMILARITY_THRESHOLD = 0.15
|
||||
SIMILARITY_THRESHOLD = 0.05
|
||||
|
||||
|
||||
class BaseSearchStrategy:
|
||||
|
||||
Reference in New Issue
Block a user