Spaces:
Running
Running
Update semsearch.py
Browse files- semsearch.py +1 -1
semsearch.py
CHANGED
@@ -163,7 +163,7 @@ webpageChunksDocNames = []
|
|
163 |
# #auth_credentials=AuthApiKey(weaviate_key), # `weaviate_key`: your Weaviate API key
|
164 |
#)
|
165 |
|
166 |
-
client = weaviate.
|
167 |
print("#### client: ",client)
|
168 |
|
169 |
client.connect()
|
|
|
163 |
# #auth_credentials=AuthApiKey(weaviate_key), # `weaviate_key`: your Weaviate API key
|
164 |
#)
|
165 |
|
166 |
+
client = weaviate.connect_to_local();
|
167 |
print("#### client: ",client)
|
168 |
|
169 |
client.connect()
|