mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 19:12:42 +00:00
community: tablestore vector store check the dimension of the embedding when writing it to store. (#28812)
Added some restrictions to a vectorstore I released in the community before.
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
}
|
||||
},
|
||||
"source": [
|
||||
"# TablestoreVectorStore\n",
|
||||
"# Tablestore\n",
|
||||
"\n",
|
||||
"> [Tablestore](https://www.aliyun.com/product/ots) is a fully managed NoSQL cloud database service that enables storage of a massive amount of structured\n",
|
||||
"and semi-structured data.\n",
|
||||
"[Tablestore](https://www.aliyun.com/product/ots) is a fully managed NoSQL cloud database service.\n",
|
||||
"\n",
|
||||
"Tablestore enables storage of a massive amount of structured and semi-structured data.\n",
|
||||
"\n",
|
||||
"This notebook shows how to use functionality related to the `Tablestore` vector database.\n",
|
||||
"\n",
|
||||
|
Reference in New Issue
Block a user