Skip to content

Commit e937ad9

Browse files
committed
update import
Signed-off-by: eric-epsilla <eric@epsilla.com>
1 parent 2d4be11 commit e937ad9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Question_Answering_Pipeline_with_LangChain_and_EpsillaCloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
# Step4. Load the vector store
3939
from langchain_community.vectorstores import Epsilla
40-
from pyepsilla import cloud, vectordb
40+
from pyepsilla import cloud
4141

4242
db_name = f"db_{db_id.replace('-', '_')}"
4343
db_path = f"/data/{project_id}/{db_name}/s{db_sharding_id}"

0 commit comments

Comments
 (0)