Skip to content

Conversation

justin-cechmanek
Copy link
Collaborator

This PR addresses an issue where if an index already exists, and a user attempts to create a new index with the same name, but different schema, filters will not correctly match cache entries.
An error is raised if a user attempts to modify the index schema, unless overwrite=True in SemanticCache initialization.

@tylerhutcherson tylerhutcherson merged commit 23bb66d into main Aug 26, 2024
20 checks passed
@tylerhutcherson tylerhutcherson deleted the fix/RAAE-266/fix-cache-schema-override branch August 26, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filtering with Tag type data is not working in SemanticCache IndexError: list index out of range while applying filter on semantic cache check
2 participants