Class VectorsServiceConfiguration
-
- All Implemented Interfaces:
@Configuration()@Profile(value = {"vectors"}) public final class VectorsServiceConfiguration
-
-
Constructor Summary
Constructors Constructor Description VectorsServiceConfiguration()
-
Method Summary
Modifier and Type Method Description final VectorBucketServicevectorBucketService(VectorBucketStore vectorBucketStore, @Value(value = "${com.adobe.testing.s3mock.store.region}") String region)final VectorIndexServicevectorIndexService(VectorBucketService vectorBucketService, VectorIndexStore vectorIndexStore, @Value(value = "${com.adobe.testing.s3mock.store.region}") String region)final VectorServicevectorService(VectorIndexService vectorIndexService, VectorStore vectorStore)final VectorQueryServicevectorQueryService(VectorIndexService vectorIndexService, VectorStore vectorStore)-
-
Method Detail
-
vectorBucketService
@Bean() final VectorBucketService vectorBucketService(VectorBucketStore vectorBucketStore, @Value(value = "${com.adobe.testing.s3mock.store.region}") String region)
-
vectorIndexService
@Bean() final VectorIndexService vectorIndexService(VectorBucketService vectorBucketService, VectorIndexStore vectorIndexStore, @Value(value = "${com.adobe.testing.s3mock.store.region}") String region)
-
vectorService
@Bean() final VectorService vectorService(VectorIndexService vectorIndexService, VectorStore vectorStore)
-
vectorQueryService
@Bean() final VectorQueryService vectorQueryService(VectorIndexService vectorIndexService, VectorStore vectorStore)
-
-
-
-