gaur3009 commited on
Commit
a740589
·
verified ·
1 Parent(s): da859d3

Update app.py

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