Skip to content

Commit ee04743

Browse files
authored
Merge pull request #59 from sfs77/fix/readme-240903
fix: README.md variable name typo of sample code of cloud client
2 parents f536852 + a74848c commit ee04743

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)