We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f536852 + a74848c commit ee04743Copy full SHA for ee04743
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