File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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-
119from pyepsilla import cloud
1210
1311# Connect to Epsilla Cloud
1412client = 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
Original file line number Diff line number Diff line change 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-
119from pyepsilla import cloud
1210
1311# Connect to Epsilla RAG
You can’t perform that action at this time.
0 commit comments