Skip to main content
Tablestore is a fully managed NoSQL cloud database service. Tablestore enables storage of a massive amount of structured and semi-structured data. This notebook shows how to use functionality related to the Tablestore vector database. To use Tablestore, you must create an instance. Here are the creating instance instructions.

Setup

Initialization

Create vector store.

Manage vector store

Create table and index.
Add documents.
Delete document.
Get documents.

Query vector store

Similarity search.
Similarity search with filters.

Usage for retrieval-augmented generation

For guides on how to use this vector store for retrieval-augmented generation (RAG), see the following sections:

API reference

For detailed documentation of all TablestoreVectorStore features and configurations head to the API reference: python.langchain.com/api_reference/community/vectorstores/langchain_community.vectorstores.tablestore.TablestoreVectorStore.html