Uses of Class
dev.langchain4j.store.embedding.azure.cosmos.nosql.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder
Packages that use AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder
-
Uses of AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder in dev.langchain4j.store.embedding.azure.cosmos.nosql
Methods in dev.langchain4j.store.embedding.azure.cosmos.nosql that return AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilderModifier and TypeMethodDescriptionAzureCosmosDbNoSqlEmbeddingStore.builder()
Creates a new builder forAzureCosmosDbNoSqlEmbeddingStore
.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder.containerName
(String containerName) Sets the container name.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder.containerProperties
(com.azure.cosmos.models.CosmosContainerProperties containerProperties) Sets the container properties.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder.cosmosClient
(com.azure.cosmos.CosmosClient cosmosClient) Sets the Cosmos client.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder.cosmosVectorEmbeddingPolicy
(com.azure.cosmos.models.CosmosVectorEmbeddingPolicy cosmosVectorEmbeddingPolicy) Sets the Cosmos vector embedding policy.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder.cosmosVectorIndexes
(List<com.azure.cosmos.models.CosmosVectorIndexSpec> cosmosVectorIndexes) Sets the Cosmos vector indexes.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder.databaseName
(String databaseName) Sets the database name.