Skip to main content
Open on GitHub

TiDB

TiDB Cloud,是一个全面的数据库即服务(DBaaS)解决方案,提供专用和无服务器选项。TiDB Serverless 现在正在将内置的向量搜索集成到 MySQL 生态系统中。通过这一增强功能,您可以无缝地使用 TiDB Serverless 开发 AI 应用程序,而无需新的数据库或额外的技术堆栈。创建一个免费的 TiDB Serverless 集群,并在 https://pingcap.com/ai 开始使用向量搜索功能。

安装与设置

您需要获取TiDB数据库的连接详细信息。 访问TiDB Cloud以获取连接详细信息。

## Document loader

```python
from langchain_community.document_loaders import TiDBLoader
API Reference:TiDBLoader

请参考详细信息 这里.

向量存储

from langchain_community.vectorstores import TiDBVectorStore
API Reference:TiDBVectorStore

请参考详细信息 这里.

内存

from langchain_community.chat_message_histories import TiDBChatMessageHistory

请参考详细信息 这里.


这个页面有帮助吗?