Skip to content

Commit 6dc3456

Browse files
authored
add proxies
1 parent d904983 commit 6dc3456

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/hello_epsilla_cloud.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@
2727
sys.exit(1)
2828

2929
# Connect to Epsilla Cloud
30+
# proxies = {"http": "127.0.0.1:1087", "https": "127.0.0.1:1087"}
31+
3032
cloud_client = cloud.Client(
3133
project_id=EPSILLA_PROJECT_ID,
3234
api_key=EPSILLA_API_KEY,
35+
# proxies=proxies
3336
)
3437

3538
# Connect to Vectordb

0 commit comments

Comments
 (0)