docs: YDB Vector Store docs (#30636)

This PR adds docs about how to use YDB as a vector store

[YDB](https://ydb.tech/) is a versatile open-source distributed SQL
database. It supports [vector
search](https://ydb.tech/docs/en/yql/reference/udf/list/knn) which means
it can be used as a vector store with langchain.

YDB vectore store comes with
[langchain-ydb](https://pypi.org/project/langchain-ydb/) pypi package.

Co-authored-by: ccurme <chester.curme@gmail.com>
This commit is contained in:
Oleg Ovcharuk
2025-04-11 04:33:56 +03:00
committed by GitHub
parent 7a4ae6fbff
commit b6fe7e8c10
3 changed files with 517 additions and 0 deletions

View File

@@ -603,3 +603,6 @@ packages:
- name: langchain-cloudflare
repo: cloudflare/langchain-cloudflare
path: .
- name: langchain-ydb
path: .
repo: ydb-platform/langchain-ydb