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