Class AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder
java.lang.Object
dev.langchain4j.store.embedding.azure.cosmos.nosql.AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder
- Enclosing class:
AzureCosmosDbNoSqlEmbeddingStore
public static class AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
containerName
(String containerName) containerProperties
(com.azure.cosmos.models.CosmosContainerProperties containerProperties) cosmosClient
(com.azure.cosmos.CosmosClient cosmosClient) cosmosVectorEmbeddingPolicy
(com.azure.cosmos.models.CosmosVectorEmbeddingPolicy cosmosVectorEmbeddingPolicy) cosmosVectorIndexes
(List<com.azure.cosmos.models.CosmosVectorIndexSpec> cosmosVectorIndexes) databaseName
(String databaseName) toString()
-
Method Details
-
cosmosClient
public AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder cosmosClient(com.azure.cosmos.CosmosClient cosmosClient) -
databaseName
public AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder databaseName(String databaseName) -
containerName
public AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder containerName(String containerName) -
cosmosVectorEmbeddingPolicy
public AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder cosmosVectorEmbeddingPolicy(com.azure.cosmos.models.CosmosVectorEmbeddingPolicy cosmosVectorEmbeddingPolicy) -
cosmosVectorIndexes
public AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder cosmosVectorIndexes(List<com.azure.cosmos.models.CosmosVectorIndexSpec> cosmosVectorIndexes) -
containerProperties
public AzureCosmosDbNoSqlEmbeddingStore.AzureCosmosDbNoSqlEmbeddingStoreBuilder containerProperties(com.azure.cosmos.models.CosmosContainerProperties containerProperties) -
build
-
toString
-