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

Add Auto-configuration and Boot starter for the GemFire Vector Store #488

Open
tzolov opened this issue Mar 21, 2024 · 3 comments · May be fixed by #599
Open

Add Auto-configuration and Boot starter for the GemFire Vector Store #488

tzolov opened this issue Mar 21, 2024 · 3 comments · May be fixed by #599
Labels
help wanted Extra attention is needed vectors store
Milestone

Comments

@tzolov
Copy link
Collaborator

tzolov commented Mar 21, 2024

GemFire Vector Store: https://github.com/spring-projects/spring-ai/tree/main/vector-stores/spring-ai-gemfire

@tzolov tzolov added help wanted Extra attention is needed vectors store labels Mar 21, 2024
@tzolov tzolov added this to the 1.0.0-M1 milestone Mar 21, 2024
@eddumelendez
Copy link
Contributor

I wonder if there is any chance to test it using Testcontainers GemFire module and the Docker image, which is hosted in VMWare registry. V2 was recently announced

@geetrawat
Copy link
Contributor

I wonder if there is any chance to test it using Testcontainers GemFire module and the Docker image, which is hosted in VMWare registry. V2 was recently announced

For now, we have docker image to test the Gemfire vector store [https://hub.docker.com/r/gemfire/gemfire] but we don't yet support Testcontainers yet. Planning to add that in near future.

@tzolov
Copy link
Collaborator Author

tzolov commented Apr 8, 2024

@geetrawat,

if not mistaken, the https://hub.docker.com/r/gemfire/gemfire image is only the plain GemFire, not the GemFire with the Vector Store extension?

If so, IMO, it should be trivial to create a Dockerfile that starts from the existing Gemfire image, adds the necessary vector store extension files, configures them and then commits a new image that supports both?

This would definitely improve the testability for the store.

@PhilKes PhilKes linked a pull request Apr 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed vectors store
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants