Skip to content

Commit a74848c

Browse files
committed
fix: README.md variable name typo of sample code of cloud client
1 parent a44f907 commit a74848c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ db_id = os.getenv("EPSILLA_DB_ID", "Your-DB-ID")
119119

120120

121121
# 1.Connect to Epsilla Cloud
122-
client = cloud.Client(project_id="*****-****-****-****-************", api_key="eps_**********")
122+
cloud_client = cloud.Client(project_id="*****-****-****-****-************", api_key="eps_**********")
123123

124124
# 2.Connect to Vectordb
125125
db_client = cloud_client.vectordb(db_id)

0 commit comments

Comments
 (0)