Skip to main content
Open on GitHub

YDB

All functionality related to 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.

Installation and Setupโ€‹

pip install langchain-ydb

Vector Storeโ€‹

To import YDB vector store:

from langchain_ydb.vectorstores import YDB

For a more detailed walkthrough of the YDB vector store, see this notebook.


Was this page helpful?