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

Update semsearch.py

Browse files
Files changed (1) hide show
  1. semsearch.py +3 -1
semsearch.py CHANGED
@@ -163,7 +163,9 @@ webpageChunksDocNames = []
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()
 
163
  # #auth_credentials=AuthApiKey(weaviate_key), # `weaviate_key`: your Weaviate API key
164
  #)
165
 
166
+ client = weaviate.Client(
167
+ url="https://localhost:8080"
168
+ )
169
  print("#### client: ",client)
170
 
171
  client.connect()