MVPilgrim commited on
Commit
424c2a8
·
verified ·
1 Parent(s): ad63f50

Update semsearch.py

Browse files
Files changed (1) hide show
  1. 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.Client("http://localhost:8080");
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()