-
Notifications
You must be signed in to change notification settings - Fork 71
Open
Labels
P2High priorityHigh priorityP3Medium priorityMedium priorityenhancementNew feature or requestNew feature or requesttheme: embedding storeIssues/PRs related to embedding storeIssues/PRs related to embedding store
Description
Is your feature request related to a problem? Please describe.
No.
I know that there is already a community module that integrates with redis (full-text search module),
but since the latest version of redis released a set of commands dedicated to vector sets I think that could be useful build an embedding store on top of it.
My two cents are to not substitute the current integration but add a separate module that integrates with redis' vector sets.
In this way both the integrations will be supported.
Describe the solution you'd like
Create an embedding store on top of redis' vector sets
Describe alternatives you've considered
No
Additional context
I worked a bit on it in this repository: https://github.com/Jacopo47/langchain4j-redis-vectorsets
Metadata
Metadata
Assignees
Labels
P2High priorityHigh priorityP3Medium priorityMedium priorityenhancementNew feature or requestNew feature or requesttheme: embedding storeIssues/PRs related to embedding storeIssues/PRs related to embedding store