gaur3009 commited on
Commit
42314b4
·
verified ·
1 Parent(s): 7f13670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import cohere
9
  weaviate_url = "vgwhgmrlqrqqgnlb1avjaa.c0.us-west3.gcp.weaviate.cloud"
10
  weaviate_api_key = "7VoeYTjkOS4aHINuhllGpH4JPgE2QquFmSMn"
11
 
12
- ]client = weaviate.connect_to_weaviate_cloud(
13
  cluster_url=weaviate_url,
14
  auth_credentials=Auth.api_key(weaviate_api_key),
15
  )
 
9
  weaviate_url = "vgwhgmrlqrqqgnlb1avjaa.c0.us-west3.gcp.weaviate.cloud"
10
  weaviate_api_key = "7VoeYTjkOS4aHINuhllGpH4JPgE2QquFmSMn"
11
 
12
+ client = weaviate.connect_to_weaviate_cloud(
13
  cluster_url=weaviate_url,
14
  auth_credentials=Auth.api_key(weaviate_api_key),
15
  )