We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44f907 commit a74848cCopy full SHA for a74848c
1 file changed
README.md
@@ -119,7 +119,7 @@ db_id = os.getenv("EPSILLA_DB_ID", "Your-DB-ID")
119
120
121
# 1.Connect to Epsilla Cloud
122
-client = cloud.Client(project_id="*****-****-****-****-************", api_key="eps_**********")
+cloud_client = cloud.Client(project_id="*****-****-****-****-************", api_key="eps_**********")
123
124
# 2.Connect to Vectordb
125
db_client = cloud_client.vectordb(db_id)
0 commit comments