docs: Improve the tidb vector store notebook (#18773)

Remove redundant useless content, and fix some minor oversight
pull/18774/head
Ian 6 months ago committed by GitHub
parent 6caceb5473
commit 7f504c1f81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -8,7 +8,7 @@
"\n", "\n",
"> [TiDB Cloud](https://tidbcloud.com/), is a comprehensive Database-as-a-Service (DBaaS) solution, that provides dedicated and serverless options. TiDB Serverless is now integrating a built-in vector search into the MySQL landscape. With this enhancement, you can seamlessly develop AI applications using TiDB Serverless without the need for a new database or additional technical stacks. Be among the first to experience it by joining the waitlist for the private beta at https://tidb.cloud/ai.\n", "> [TiDB Cloud](https://tidbcloud.com/), is a comprehensive Database-as-a-Service (DBaaS) solution, that provides dedicated and serverless options. TiDB Serverless is now integrating a built-in vector search into the MySQL landscape. With this enhancement, you can seamlessly develop AI applications using TiDB Serverless without the need for a new database or additional technical stacks. Be among the first to experience it by joining the waitlist for the private beta at https://tidb.cloud/ai.\n",
"\n", "\n",
"In its latest version (insert version number here), TiDB introduces support for vector search. This notebook provides a detailed guide on utilizing the TiDB Vector functionality, showcasing its features and practical applications." "This notebook provides a detailed guide on utilizing the TiDB Vector functionality, showcasing its features and practical applications."
] ]
}, },
{ {
@ -33,6 +33,7 @@
"source": [ "source": [
"%pip install langchain\n", "%pip install langchain\n",
"%pip install langchain-openai\n", "%pip install langchain-openai\n",
"%pip install pymysql\n",
"%pip install tidb-vector" "%pip install tidb-vector"
] ]
}, },

Loading…
Cancel
Save