Add support for Typesense Service Connection
Docker Compose and Testcontainers Service Connection support for Typesense.
This commit is contained in:
committed by
Christian Tzolov
parent
16c531c36c
commit
6ce998f9d3
@@ -43,6 +43,9 @@ The following service connection factories are provided in the `spring-ai-spring
|
||||
| `RedisConnectionDetails`
|
||||
| Containers named `redis/redis-stack-server`
|
||||
|
||||
| `TypesenseConnectionDetails`
|
||||
| Containers named `typesense/typesense`
|
||||
|
||||
| `WeaviateConnectionDetails`
|
||||
| Containers named `semitechnologies/weaviate`, `cr.weaviate.io/semitechnologies/weaviate`
|
||||
|====
|
||||
|
||||
@@ -46,6 +46,9 @@ The following service connection factories are provided in the `spring-ai-spring
|
||||
| `RedisConnectionDetails`
|
||||
| Containers of type `RedisStackContainer`
|
||||
|
||||
| `TypesenseConnectionDetails`
|
||||
| Containers named "typesense/typesense"
|
||||
|
||||
| `WeaviateConnectionDetails`
|
||||
| Containers of type `WeaviateContainer`
|
||||
|====
|
||||
|
||||
Reference in New Issue
Block a user