VectorStoreSearchType class sealed
Vector store search type.
In general, we provide support two types of search:
- Similarity search.
- Maximal Marginal Relevance (MMR) search.
But it depends on the actual implementation of the vector store whether
these are supported or not. Vector stores may also provide their own
subclasses of this class to support additional configuration options.
For example, VertexAIMatchingEngine
provides VertexAIMatchingEngineSimilaritySearch
which is a subclass of
VectorStoreSimilaritySearch. Check the documentation of the vector store
you are using for more information.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited