Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.langchain.com/llms.txt

Use this file to discover all available pages before exploring further.

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.