Integrate semantic cache with ChromaDB URL

This commit is contained in:
2026-05-07 21:34:19 +02:00
parent b37aaeb4d4
commit 96d7323377
9 changed files with 223 additions and 63 deletions
+1
View File
@@ -11,5 +11,6 @@ export const DEFAULT_SETTINGS = {
similarityThreshold: 0.85,
collectionName: 'ollama_semantic_cache',
embeddingModel: 'nomic-embed-text',
chromaUrl: 'http://localhost:8000',
},
};