Uses of Enum Class
dev.langchain4j.store.embedding.azure.cosmos.nosql.AzureCosmosDBSearchQueryType
Packages that use AzureCosmosDBSearchQueryType
Package
Description
-
Uses of AzureCosmosDBSearchQueryType in dev.langchain4j.rag.content.retriever.azure.cosmos.nosql
Constructors in dev.langchain4j.rag.content.retriever.azure.cosmos.nosql with parameters of type AzureCosmosDBSearchQueryTypeModifierConstructorDescriptionAzureCosmosDBNoSqlContentRetriever(String endpoint, com.azure.core.credential.AzureKeyCredential keyCredential, com.azure.core.credential.TokenCredential tokenCredential, dev.langchain4j.model.embedding.EmbeddingModel embeddingModel, String databaseName, String containerName, String partitionKeyPath, com.azure.cosmos.models.IndexingPolicy indexingPolicy, com.azure.cosmos.models.CosmosVectorEmbeddingPolicy cosmosVectorEmbeddingPolicy, com.azure.cosmos.models.CosmosFullTextPolicy cosmosFullTextPolicy, Integer vectorStoreThroughput, AzureCosmosDBSearchQueryType azureCosmosDBSearchQueryType, Integer maxResults, Double minScore, dev.langchain4j.store.embedding.filter.Filter filter) -
Uses of AzureCosmosDBSearchQueryType in dev.langchain4j.store.embedding.azure.cosmos.nosql
Fields in dev.langchain4j.store.embedding.azure.cosmos.nosql declared as AzureCosmosDBSearchQueryTypeModifier and TypeFieldDescriptionprotected static final AzureCosmosDBSearchQueryTypeAbstractAzureCosmosDBNoSqlEmbeddingStore.DEFAULT_SEARCH_QUERY_TYPEMethods in dev.langchain4j.store.embedding.azure.cosmos.nosql that return AzureCosmosDBSearchQueryTypeModifier and TypeMethodDescriptionstatic AzureCosmosDBSearchQueryTypeReturns the enum constant of this class with the specified name.static AzureCosmosDBSearchQueryType[]AzureCosmosDBSearchQueryType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.store.embedding.azure.cosmos.nosql with parameters of type AzureCosmosDBSearchQueryTypeModifier and TypeMethodDescriptionprotected voidAbstractAzureCosmosDBNoSqlEmbeddingStore.initialize(String endpoint, com.azure.core.credential.AzureKeyCredential keyCredential, com.azure.core.credential.TokenCredential tokenCredential, String databaseName, String containerName, String partitionKeyPath, com.azure.cosmos.models.IndexingPolicy indexingPolicy, com.azure.cosmos.models.CosmosVectorEmbeddingPolicy cosmosVectorEmbeddingPolicy, com.azure.cosmos.models.CosmosFullTextPolicy cosmosFullTextPolicy, Integer vectorStoreThroughput, AzureCosmosDBSearchQueryType searchQueryType, AzureCosmosDBNoSqlFilterMapper filterMapper) AzureCosmosDbNoSqlEmbeddingStore.Builder.searchQueryType(AzureCosmosDBSearchQueryType searchQueryType) Constructors in dev.langchain4j.store.embedding.azure.cosmos.nosql with parameters of type AzureCosmosDBSearchQueryTypeModifierConstructorDescriptionAzureCosmosDbNoSqlEmbeddingStore(String endpoint, com.azure.core.credential.AzureKeyCredential keyCredential, String databaseName, String containerName, String partitionKeyPath, com.azure.cosmos.models.IndexingPolicy indexingPolicy, com.azure.cosmos.models.CosmosVectorEmbeddingPolicy cosmosVectorEmbeddingPolicy, com.azure.cosmos.models.CosmosFullTextPolicy cosmosFullTextPolicy, Integer vectorStoreThroughput, AzureCosmosDBSearchQueryType azureCosmosDBSearchQueryType, AzureCosmosDBNoSqlFilterMapper filterMapper) AzureCosmosDbNoSqlEmbeddingStore(String endpoint, com.azure.core.credential.TokenCredential tokenCredential, String databaseName, String containerName, String partitionKeyPath, com.azure.cosmos.models.IndexingPolicy indexingPolicy, com.azure.cosmos.models.CosmosVectorEmbeddingPolicy cosmosVectorEmbeddingPolicy, com.azure.cosmos.models.CosmosFullTextPolicy cosmosFullTextPolicy, Integer vectorStoreThroughput, AzureCosmosDBSearchQueryType azureCosmosDBSearchQueryType, AzureCosmosDBNoSqlFilterMapper filterMappe)