Uses of Class
dev.langchain4j.store.embedding.azure.cosmos.mongo.vcore.AzureCosmosDbMongoVCoreEmbeddingStore.Builder
-
Uses of AzureCosmosDbMongoVCoreEmbeddingStore.Builder in dev.langchain4j.store.embedding.azure.cosmos.mongo.vcore
Methods in dev.langchain4j.store.embedding.azure.cosmos.mongo.vcore that return AzureCosmosDbMongoVCoreEmbeddingStore.BuilderModifier and TypeMethodDescriptionAzureCosmosDbMongoVCoreEmbeddingStore.Builder.applicationName(String applicationName) AzureCosmosDbMongoVCoreEmbeddingStore.builder()AzureCosmosDbMongoVCoreEmbeddingStore.Builder.collectionName(String collectionName) AzureCosmosDbMongoVCoreEmbeddingStore.Builder.connectionString(String connectionString) Sets the Azure CosmosDB Mongo vCore connectionString.AzureCosmosDbMongoVCoreEmbeddingStore.Builder.createCollectionOptions(com.mongodb.client.model.CreateCollectionOptions createCollectionOptions) AzureCosmosDbMongoVCoreEmbeddingStore.Builder.createIndex(Boolean createIndex) Set to true if you want the application to create an index, or false if you want to create it manually.AzureCosmosDbMongoVCoreEmbeddingStore.Builder.databaseName(String databaseName) AzureCosmosDbMongoVCoreEmbeddingStore.Builder.dimensions(Integer dimensions) AzureCosmosDbMongoVCoreEmbeddingStore.Builder.efConstruction(Integer efConstruction) AzureCosmosDbMongoVCoreEmbeddingStore.Builder.mongoClient(com.mongodb.client.MongoClient mongoClient) Build Mongo Client, Please close the client to release resources after usage.