Merge pull request #900 from YanSte/cleanup-3

Database Cleanup
This commit is contained in:
Yannick Stephan
2025-02-20 14:22:31 +01:00
committed by GitHub
5 changed files with 18 additions and 24 deletions

View File

@@ -70,7 +70,7 @@ def main():
),
vector_storage="FaissVectorDBStorage",
vector_db_storage_cls_kwargs={
"cosine_better_than_threshold": 0.3 # Your desired threshold
"cosine_better_than_threshold": 0.2 # Your desired threshold
},
)