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

[FR] Redis Vectorstore Driver #5

Open
HelgeSverre opened this issue May 30, 2023 · 4 comments
Open

[FR] Redis Vectorstore Driver #5

HelgeSverre opened this issue May 30, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@HelgeSverre
Copy link
Owner

I believe Redis can be used as a vectorstore.

https://redis.io/docs/stack/search/indexing_json/

@HelgeSverre HelgeSverre added the help wanted Extra attention is needed label May 30, 2023
@HelgeSverre
Copy link
Owner Author

High priority if it works as i expect

@HelgeSverre HelgeSverre added enhancement New feature or request and removed help wanted Extra attention is needed labels Sep 24, 2023
@HelgeSverre
Copy link
Owner Author

@HelgeSverre
Copy link
Owner Author

https://www.ethanhann.com/redisearch-php/laravel-support/

Maybe we can simply not do "vector stores" and just support whatever laravel scout supports, then add an interface the eloquent model needs to have to get the textual content from the database or something.

That would greatly simplify the package and the work that has to be done to get something working for real-world use-cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant