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