gaur3009 commited on
Commit
4cd3bae
·
verified ·
1 Parent(s): 37ff22e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ import weaviate
6
  import cohere
7
 
8
  auth_config = weaviate.AuthApiKey(api_key="iVdaVoqgPQz2kFVYwjihqu2geJb27b11vXVc")
9
- client = weaviate.WeaviateClient(
10
- url="https://h0aw6vzpqx668wmqluexjg.c0.us-west3.gcp.weaviate.cloud",
11
  auth_client_secret=auth_config
12
  )
13
  cohere_client = cohere.Client("LEvCVeZkqZMW1aLYjxDqlstCzWi4Cvlt9PiysqT8")
 
6
  import cohere
7
 
8
  auth_config = weaviate.AuthApiKey(api_key="iVdaVoqgPQz2kFVYwjihqu2geJb27b11vXVc")
9
+ client = weaviate.Client(
10
+ url="https://grpc-h0aw6vzpqx668wmqluexjg.c0.us-west3.gcp.weaviate.cloud",
11
  auth_client_secret=auth_config
12
  )
13
  cohere_client = cohere.Client("LEvCVeZkqZMW1aLYjxDqlstCzWi4Cvlt9PiysqT8")