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

Fix redundant double-quoting in pgvector filters #268 #269

Merged

Conversation

dredozubov
Copy link
Contributor

@dredozubov dredozubov commented Nov 27, 2024

This change seems to fix the issue #268 , but I want to note that it's likely a symptom, not a core issue. The current design forces the user to have a "strongly"-typed metadata implementation instead of relying on rust datatypes with macro-base Serialize/Deserialize implementations. As a thought, it may be better to update the VectorStore trait with the associated type for Metadata.

@Abraxas-365 Abraxas-365 merged commit 699ec97 into Abraxas-365:main Dec 6, 2024
2 checks passed
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