spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

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

Open tzolov opened this issue 11 months ago • 3 comments

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

tzolov avatar Mar 21 '24 12:03 tzolov

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

eddumelendez avatar Mar 21 '24 16:03 eddumelendez

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.

geetrawat avatar Apr 04 '24 16:04 geetrawat

@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.

tzolov avatar Apr 08 '24 13:04 tzolov

This seems to have been resolved via https://github.com/spring-projects/spring-ai/pull/599.

izeye avatar Jul 05 '24 15:07 izeye

yes indeed. Closing now.

markpollack avatar Jul 22 '24 19:07 markpollack