Skip to content

Commit

Permalink
add baidu vectordb as vector store
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjialin authored and fengjialin committed Feb 23, 2024
1 parent 849662b commit 460cbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/integrations/vectorstores/baiduvectordb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"from langchain_community.document_loaders import TextLoader\n",
"from langchain_community.embeddings.fake import FakeEmbeddings\n",
"from langchain_community.vectorstores import BaiduVectorDB\n",
"from langchain_community.vectorstores.tencentvectordb import ConnectionParams"
"from langchain_community.vectorstores.baiduvectordb import ConnectionParams"
]
},
{
Expand Down

0 comments on commit 460cbaf

Please sign in to comment.