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:
ScriptShi
2024-12-19 22:30:43 +08:00
committed by GitHub
parent 024f020f04
commit 97f1e1d39f
3 changed files with 32 additions and 3 deletions

View File

@@ -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",