Uses of Enum Class
dev.langchain4j.store.embedding.pgvector.PgVectorEmbeddingStore.SearchMode
Packages that use PgVectorEmbeddingStore.SearchMode
-
Uses of PgVectorEmbeddingStore.SearchMode in dev.langchain4j.store.embedding.pgvector
Subclasses with type arguments of type PgVectorEmbeddingStore.SearchMode in dev.langchain4j.store.embedding.pgvectorModifier and TypeClassDescriptionstatic enumSearch modes for the embedding store.Methods in dev.langchain4j.store.embedding.pgvector that return PgVectorEmbeddingStore.SearchModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PgVectorEmbeddingStore.SearchMode[]PgVectorEmbeddingStore.SearchMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.store.embedding.pgvector with parameters of type PgVectorEmbeddingStore.SearchModeModifier and TypeMethodDescriptionPgVectorEmbeddingStore.DatasourceBuilder.searchMode(PgVectorEmbeddingStore.SearchMode searchMode) PgVectorEmbeddingStore.PgVectorEmbeddingStoreBuilder.searchMode(PgVectorEmbeddingStore.SearchMode searchMode) Constructors in dev.langchain4j.store.embedding.pgvector with parameters of type PgVectorEmbeddingStore.SearchModeModifierConstructorDescriptionprotectedPgVectorEmbeddingStore(DataSource datasource, String table, Integer dimension, Boolean useIndex, Integer indexListSize, Boolean createTable, Boolean dropTableFirst, MetadataStorageConfig metadataStorageConfig, PgVectorEmbeddingStore.SearchMode searchMode, String textSearchConfig, Integer rrfK) Constructor for PgVectorEmbeddingStore Class