DingoDB is a distributed multi-mode vector database, which combines the characteristics of data lakes and vector databases, and can store data of any type and size (Key-Value, PDF, audio, video, etc.). It has real-time low-latency processing capabilities to achieve rapid insight and response, and can efficiently conduct instant analysis and process multi-modal data.You’ll need to install
langchain-community
with pip install -qU langchain-community
to use this integration
This notebook shows how to use functionality related to the DingoDB vector database.
To run, you should have a DingoDB instance up and running.
add_texts
function
mmr
as retriever.
max_marginal_relevance_search
directly: