Uses of Class
dev.langchain4j.store.embedding.EmbeddingSearchRequest
Packages that use EmbeddingSearchRequest
Package
Description
-
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding
Methods in dev.langchain4j.store.embedding that return EmbeddingSearchRequestMethods in dev.langchain4j.store.embedding with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionEmbeddingStore.search
(EmbeddingSearchRequest request) Searches for the most similar (closest in the embedding space)Embedding
s. -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.astradb
Methods in dev.langchain4j.store.embedding.astradb with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.azure.cosmos.mongo.vcore
Methods in dev.langchain4j.store.embedding.azure.cosmos.mongo.vcore with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionAzureCosmosDbMongoVCoreEmbeddingStore.search
(EmbeddingSearchRequest request) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.azure.cosmos.nosql
Methods in dev.langchain4j.store.embedding.azure.cosmos.nosql with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionAzureCosmosDbNoSqlEmbeddingStore.search
(EmbeddingSearchRequest request) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.azure.search
Methods in dev.langchain4j.store.embedding.azure.search with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionAbstractAzureAiSearchEmbeddingStore.search
(EmbeddingSearchRequest request) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.cassandra
Methods in dev.langchain4j.store.embedding.cassandra with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.chroma
Methods in dev.langchain4j.store.embedding.chroma with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.coherence
Methods in dev.langchain4j.store.embedding.coherence with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.couchbase
Methods in dev.langchain4j.store.embedding.couchbase with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.elasticsearch
Methods in dev.langchain4j.store.embedding.elasticsearch with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionElasticsearchEmbeddingStore.search
(EmbeddingSearchRequest embeddingSearchRequest) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.infinispan
Methods in dev.langchain4j.store.embedding.infinispan with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionInfinispanEmbeddingStore.search
(EmbeddingSearchRequest request) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.inmemory
Methods in dev.langchain4j.store.embedding.inmemory with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionInMemoryEmbeddingStore.search
(EmbeddingSearchRequest embeddingSearchRequest) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.mariadb
Methods in dev.langchain4j.store.embedding.mariadb with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionMariaDbEmbeddingStore.search
(EmbeddingSearchRequest request) Searches for the most similar (closest in the embedding space)Embedding
s. -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.milvus
Methods in dev.langchain4j.store.embedding.milvus with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionMilvusEmbeddingStore.search
(EmbeddingSearchRequest embeddingSearchRequest) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.mongodb
Methods in dev.langchain4j.store.embedding.mongodb with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.opensearch
Methods in dev.langchain4j.store.embedding.opensearch with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionOpenSearchEmbeddingStore.search
(EmbeddingSearchRequest request) This implementation uses the exact k-NN with scoring script to calculate See https://opensearch.org/docs/latest/search-plugins/knn/knn-score-script/ -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.oracle
Methods in dev.langchain4j.store.embedding.oracle with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.pgvector
Methods in dev.langchain4j.store.embedding.pgvector with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionPgVectorEmbeddingStore.search
(EmbeddingSearchRequest request) Searches for the most similar (closest in the embedding space)Embedding
s. -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.pinecone
Methods in dev.langchain4j.store.embedding.pinecone with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.qdrant
Methods in dev.langchain4j.store.embedding.qdrant with parameters of type EmbeddingSearchRequest -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.tablestore
Methods in dev.langchain4j.store.embedding.tablestore with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionTablestoreEmbeddingStore.search
(EmbeddingSearchRequest request) -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.vespa
Methods in dev.langchain4j.store.embedding.vespa with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionVespaEmbeddingStore.search
(EmbeddingSearchRequest request) Searches for the most similar (closest in the embedding space)Embedding
s. -
Uses of EmbeddingSearchRequest in dev.langchain4j.store.embedding.weaviate
Methods in dev.langchain4j.store.embedding.weaviate with parameters of type EmbeddingSearchRequestModifier and TypeMethodDescriptionWeaviateEmbeddingStore.search
(EmbeddingSearchRequest request) Searches for the most similar (closest in the embedding space)Embedding
s.