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

Redis embedding store: metadata filtering #714

Merged
merged 1 commit into from
Jul 2, 2024

Conversation

jmartisk
Copy link
Collaborator

@jmartisk jmartisk commented Jul 2, 2024

This has a breaking change as it splits the quarkus.langchain4j.redis.metadata-fields property into quarkus.langchain4j.redis.numeric-metadata-fields and quarkus.langchain4j.redis.textual-metadata-fields. It is important to differentiate numeric and text fields for proper indexing and to allow filtering

This filtering currently only supports filtering on numeric fields. I haven't yet figured out how to implement an exact-match equals operation on the whole value of a string field, rather than a keyword/fulltext search...

@jmartisk jmartisk requested a review from a team as a code owner July 2, 2024 09:56
@geoand geoand merged commit a3921a8 into quarkiverse:main Jul 2, 2024
12 checks passed
@jmartisk jmartisk deleted the redis-metadata-filtering branch July 3, 2024 08:34
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.

None yet

2 participants