Skip to main content
Open on GitHub

DingoDB

DingoDB is a distributed multi-modal vector database. It combines the features of a data lake and a vector database, allowing for the storage of any type of data (key-value, PDF, audio, video, etc.) regardless of its size. Utilizing DingoDB, you can construct your own Vector Ocean (the next-generation data architecture following data warehouse and data lake). This enables the analysis of both structured and unstructured data through a singular SQL with exceptionally low latency in real time.

安装与设置

安装 Python SDK

pip install dingodb

VectorStore

存在一个围绕 DingoDB 索引的封装,使你可以将其用作向量存储库,无论是用于语义搜索还是示例选择。

要导入此向量存储:

from langchain_community.vectorstores import Dingo
API 参考:丁格犬

有关 DingoDB 包装器的更详细操作说明,请参见 此笔记本