Skip to content

Commit

Permalink
docs: Improve the tidb vector store notebook (#18773)
Browse files Browse the repository at this point in the history
Remove redundant useless content, and fix some minor oversight
  • Loading branch information
IANTHEREAL authored Mar 8, 2024
1 parent 6caceb5 commit 7f504c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/integrations/vectorstores/tidb_vector.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\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",
"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."
]
},
{
Expand All @@ -33,6 +33,7 @@
"source": [
"%pip install langchain\n",
"%pip install langchain-openai\n",
"%pip install pymysql\n",
"%pip install tidb-vector"
]
},
Expand Down

0 comments on commit 7f504c1

Please sign in to comment.