You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
---------
Co-authored-by: Tyler Hutcherson <[email protected]>
0 commit comments