mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-26 00:23:25 +00:00
DOCS updated semadb
example (#13431)
- the `SemaDB` notebook was placed in additional subfolder which breaks the vectorstore ToC. I moved file up, removed this unnecessary subfolder; updated the `vercel.json` with rerouting for the new URL - Added SemaDB description and link - improved text consistency
This commit is contained in:
parent
17c2007e0c
commit
d5b1a21ae4
@ -7,11 +7,11 @@
|
||||
"source": [
|
||||
"# SemaDB\n",
|
||||
"\n",
|
||||
"> SemaDB is a no fuss vector similarity database for building AI applications. The hosted SemaDB Cloud offers a no fuss developer experience to get started.\n",
|
||||
"> [SemaDB](https://www.semafind.com/products/semadb) from [SemaFind](https://www.semafind.com) is a no fuss vector similarity database for building AI applications. The hosted `SemaDB Cloud` offers a no fuss developer experience to get started.\n",
|
||||
"\n",
|
||||
"The full documentation of the API along with examples and an interactive playground is available on [RapidAPI](https://rapidapi.com/semafind-semadb/api/semadb).\n",
|
||||
"\n",
|
||||
"This notebook demonstrates how the `langchain` wrapper can be used with SemaDB Cloud."
|
||||
"This notebook demonstrates usage of the `SemaDB Cloud` vector store."
|
||||
]
|
||||
},
|
||||
{
|
@ -492,6 +492,10 @@
|
||||
"source": "/docs/integrations/providers/cassandra",
|
||||
"destination": "/docs/integrations/providers/astradb"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/vectorstores/vectorstores/semadb",
|
||||
"destination": "/docs/integrations/vectorstores/semadb"
|
||||
},
|
||||
{
|
||||
"source": "/docs/integrations/vectorstores/cassandra",
|
||||
"destination": "/docs/integrations/vectorstores/astradb"
|
||||
|
Loading…
Reference in New Issue
Block a user