Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import cohere
|
|
9 |
weaviate_url = "vgwhgmrlqrqqgnlb1avjaa.c0.us-west3.gcp.weaviate.cloud"
|
10 |
weaviate_api_key = "7VoeYTjkOS4aHINuhllGpH4JPgE2QquFmSMn"
|
11 |
|
12 |
-
|
13 |
cluster_url=weaviate_url,
|
14 |
auth_credentials=Auth.api_key(weaviate_api_key),
|
15 |
)
|
|
|
9 |
weaviate_url = "vgwhgmrlqrqqgnlb1avjaa.c0.us-west3.gcp.weaviate.cloud"
|
10 |
weaviate_api_key = "7VoeYTjkOS4aHINuhllGpH4JPgE2QquFmSMn"
|
11 |
|
12 |
+
client = weaviate.connect_to_weaviate_cloud(
|
13 |
cluster_url=weaviate_url,
|
14 |
auth_credentials=Auth.api_key(weaviate_api_key),
|
15 |
)
|