Add semantic cache support using ChromaDB #3

Open
fegger wants to merge 4 commits from feature/semantic_caching into main

4 Commits

Author SHA1 Message Date
fegger a36a5f1687 Fix variable naming consistency for chroma URL configuration
Update chromaUrl to chromaURL throughout the codebase to ensure consistent naming convention for the Chroma database URL
configuration parameter. This change affects the semantic cache service implementation and related tests.

The change updates the configuration property name from `chromaUrl` to `chromaURL` in:
- SemanticCacheService class
- Test files (chat-view.test.ts, ollama-client-cache.test.ts, semantic-cache.test.ts)

This maintains consistency with other URL configuration parameters in the codebase and improves code readability.
2026-05-07 22:41:15 +02:00
fegger c598d9cf01 Fix merge conflicts and apply all semantic cache fixes 2026-05-07 22:36:09 +02:00
fegger d9ef748b6f Update README.md 2026-05-07 21:36:39 +02:00
fegger 96d7323377 Integrate semantic cache with ChromaDB URL 2026-05-07 21:34:19 +02:00