Skip to content

Commit 87f4bc0

Browse files
committed
update example
Signed-off-by: eric-epsilla <eric@epsilla.com>
1 parent 3d3bd34 commit 87f4bc0

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

examples/hello_epsilla_cloud.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,16 @@
66
# 2. create a table with schema in db
77
# 3. get the api key with project id, run this program
88

9-
import sys
10-
119
from pyepsilla import cloud
1210

1311
# Connect to Epsilla Cloud
1412
client = cloud.Client(
15-
project_id="7a68814c-f839-4a67-9ec6-93c027c865e6",
13+
project_id="7a68814c-f839-4a67-9ec6-93c027c865e0",
1614
api_key="epsilla-cloud-api-key",
1715
)
1816

1917
# Connect to Vectordb
20-
db = client.vectordb(db_id="6accafb1-476d-43b0-aa64-12ebfbf7442d")
18+
db = client.vectordb(db_id="6accafb1-476d-43b0-aa64-12ebfbf7441d")
2119

2220

2321
# Create a table with schema

examples/hello_epsilla_rag.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
# 2. launch a new converstation with epsilla rag
77
# 3. send a query and wait the response from epsilla ragg
88

9-
import sys
10-
119
from pyepsilla import cloud
1210

1311
# Connect to Epsilla RAG

0 commit comments

Comments
 (0)