-
Notifications
You must be signed in to change notification settings - Fork 824
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 Service Connection support for a better gettting started experience #151
Comments
This probably isn't a high priority in the quick march to a 1.0 release, but I can see it being a useful option. I've put it on 0.9.0 for now so that we can discuss more and it doesn't get lost. |
This would be a really great feature. Combined with the Spring CLI functionality for project catalogs, it could result in a very nice "getting started" experience. I'm doing something like that in the LangChain4j Spring Boot extension: https://github.com/ThomasVitale/langchain4j-spring-boot |
Testcontainers 1.19.6 provides new modules for ChromaDB, Milvus, Qdrant and Weaviate. This can help to configure development environments. |
Some support for vector databases such as pgvector and neo4j have been submitted to start.spring.io project. Wondering if the topic has been discussed and are willing to receive contributions. I would like to start adding a first PR adding the infrastructure and new modules for docker-compose and testcontainers with redis service connection support and once having a baseline other PRs can be submitted for each vector database. WDYT? |
Hi @eddumelendez I think I misunderstood this upon first reading and now going back to do issue triage have re-read your suggestion and ThomasVitale comment made the light bulb go off. As the author of Spring CLI I'm super keen to go down this approach with respect to devex. Perhaps we can have a zoom call to discuss as it maybe hard to capture everything async via comments. You can email me at mpollack@vmware dot com and we can discuss more. Thanks again. |
Completed in #453 |
Spring AI is built on top of Spring Boot 3.1, which offers
ConnectionDetails
andServiceConnection
support for Docker Compose and Testcontainers to improve DevExExpected Behavior
Support in Testcontainers modules for Chroma, Milvus, Weaviate and Qdrant. Also, redis can be through GenericContainer and for specific images listed below
Support
Current Behavior
Use
@DynamicPropertySource
.I can contribute or collaborate if other contributors are willing to contribute on this.
The text was updated successfully, but these errors were encountered: