Vald is a highly scalable distributed fast approximate nearest neighbor (ANN) dense vector search engine.This notebook shows how to use functionality related to the
Vald
database.
To run this notebook you need a running Vald cluster.
Check Get Started for more information.
See the installation instructions.
Basic Example
Similarity search by vector
Similarity search with score
Maximal Marginal Relevance Search (MMR)
In addition to using similarity search in the retriever object, you can also usemmr
as retriever.
max_marginal_relevance_search
directly: