mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-17 07:26:16 +00:00
community[patch]: fix bugs in baiduvectordb as vectorstore (#19380)
fix small bugs in vectorstore/baiduvectordb
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
")\n",
|
||||
"\n",
|
||||
"vector_db = BaiduVectorDB.from_documents(\n",
|
||||
" docs, embeddings, connection_params=conn_params, drop=True\n",
|
||||
" docs, embeddings, connection_params=conn_params, drop_old=True\n",
|
||||
")"
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user