MVPilgrim commited on
Commit
218548d
·
verified ·
1 Parent(s): 707615c

Update semsearch.py

Browse files
Files changed (1) hide show
  1. semsearch.py +1 -1
semsearch.py CHANGED
@@ -164,7 +164,7 @@ webpageChunksDocNames = []
164
  #)
165
 
166
  client = weaviate.Client(
167
- url="https://localhost:8080"
168
  )
169
  print("#### client: ",client)
170
 
 
164
  #)
165
 
166
  client = weaviate.Client(
167
+ url="http://localhost:8080"
168
  )
169
  print("#### client: ",client)
170