Fix merge conflicts and apply all semantic cache fixes

This commit is contained in:
2026-05-07 22:36:09 +02:00
parent d9ef748b6f
commit c598d9cf01
4 changed files with 29 additions and 43 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ export const DEFAULT_SETTINGS = {
similarityThreshold: 0.85,
collectionName: 'ollama_semantic_cache',
embeddingModel: 'nomic-embed-text',
chromaUrl: 'http://localhost:8000',
chromaURL: 'http://localhost:8000',
},
};