Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn about dimension mismatch #172

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

jmartisk
Copy link
Collaborator

This tries to detect that the application stores embeddings with a different vector size than the one that was declared when creating the Redis index. Shows a warning (only once).
This is only done if Quarkus created the index automatically, otherwise we don't dare guess how exactly the index is configured.
If this makes sense, I can do the same for other stores too.

@jmartisk jmartisk requested a review from a team as a code owner December 20, 2023 09:22
@geoand geoand merged commit 5baca93 into quarkiverse:main Dec 20, 2023
2 checks passed
@jmartisk jmartisk deleted the dimension-warning-redis branch December 20, 2023 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants