Christian Tzolov
3475f17e98
Unify the vector store module and pom names
...
spring-ai-qdrant -> spring-ai-qdrant-store
spring-ai-cassandra -> spring-ai-cassandra-store
spring-ai-pinecone -> spring-ai-pinecone-store
spring-ai-redis -> spring-ai-redis-store
spring-ai-qdrant -> spring-ai-qdrant-store
spring-ai-gemfire -> spring-ai-gemfire-store
spring-ai-azure-vector-store-spring-boot-starter -> spring-ai-azure-store-spring-boot-starter
spring-ai-redis-spring-boot-starter -> spring-ai-redis-store-spring-boot-starter
2024-05-17 17:05:09 +02:00
Christian Tzolov
b0799babf4
Update Qdrant client version from 1.7.1 to 1.9.1
...
- Also update the qdrant/qdrant docker image version from v1.7.4 to v1.9.2
2024-05-15 06:19:46 +02:00
Eddú Meléndez
50f549d960
Update testcontainers redis version to 2.2.0
2024-04-04 13:43:01 +02:00
Eddú Meléndez
2b054c9b7e
Fix dependencies in spring-ai-spring-boot-testcontainers
2024-04-04 13:43:01 +02:00
Eddú Meléndez
8fa675b145
Update spring boot version to 3.2.4
2024-04-04 13:43:01 +02:00
Christian Tzolov
7a55d66d77
Add Ollama multimodality support
...
- Requires LLaVa or Bakllava models.
- Extend the Ollama chat client to support the Spring AI Medi type inputs.
- Add OllamaChatClientMultimodalIT.java
- Add Multimodal section in Ollama's docs.
Resolves #421
2024-03-24 15:03:07 +01:00
Eddú Meléndez
8503078088
Add ServiceConnection support for
...
* ChromaDBContainer
* MilvusContainer
* QdrantContainer
* RedisStackContainer
* WeaviateContainer
* OllamaContainer
Add docs
2024-03-18 23:29:55 -04:00