Tablestore
Tablestore is a fully managed NoSQL cloud database service that enables storage of a massive amount of structured and semi-structured data.
This document demonstrates to leverage Tablestore within the LangChain ecosystem. In particular, it shows how to install Tablestore SDK, and how to use it as a VectorStore plugin in LangChain.
Installation and Setup
Install the Python SDK:
pip install tablestore
VectorStore
You may import the vectorstore by:
from langchain_community.vectorstores import TablestoreVectorStore
API Reference:TablestoreVectorStore
For a detailed walkthrough of the tablestore vectorstore, please refer to this notebook