Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import cohere
|
|
7 |
|
8 |
auth_config = weaviate.AuthApiKey(api_key="1J3oOZy8T9ZedL9Dj1dJHNtwuLQqO3ODtXsI")
|
9 |
client = weaviate.Client(
|
10 |
-
url="https://
|
11 |
auth_client_secret=auth_config
|
12 |
)
|
13 |
cohere_client = cohere.Client("LEvCVeZkqZMW1aLYjxDqlstCzWi4Cvlt9PiysqT8")
|
|
|
7 |
|
8 |
auth_config = weaviate.AuthApiKey(api_key="1J3oOZy8T9ZedL9Dj1dJHNtwuLQqO3ODtXsI")
|
9 |
client = weaviate.Client(
|
10 |
+
url="https://h0aw6vzpqx668wmqluexjg.c0.us-west3.gcp.weaviate.cloud",
|
11 |
auth_client_secret=auth_config
|
12 |
)
|
13 |
cohere_client = cohere.Client("LEvCVeZkqZMW1aLYjxDqlstCzWi4Cvlt9PiysqT8")
|