gaur3009 commited on
Commit
1e5c84f
·
verified ·
1 Parent(s): e47ba0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ weaviate_api_key = "7VoeYTjkOS4aHINuhllGpH4JPgE2QquFmSMn"
12
 
13
  client = weaviate.connect_to_weaviate_cloud(
14
  cluster_url=weaviate_url,
15
- auth_credentials=Auth.api_key(weaviate_api_key),
16
  )
17
 
18
  cohere_client = cohere.Client("LEvCVeZkqZMW1aLYjxDqlstCzWi4Cvlt9PiysqT8")
 
12
 
13
  client = weaviate.connect_to_weaviate_cloud(
14
  cluster_url=weaviate_url,
15
+ auth_credentials=weaviate_api_key,
16
  )
17
 
18
  cohere_client = cohere.Client("LEvCVeZkqZMW1aLYjxDqlstCzWi4Cvlt9PiysqT8")