951c3bbc92
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.