YDB
与YDB相关的所有功能。
YDB is a versatile open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions. It accommodates transactional (OLTP), analytical (OLAP), and streaming workloads simultaneously.
安装与设置
pip install langchain-ydb
向量存储
要导入YDB向量存储:
from langchain_ydb.vectorstores import YDB
有关YDB向量存储的更详细演练,请参阅此笔记本。