MVPilgrim commited on
Commit
a343c39
·
verified ·
1 Parent(s): 3634d38

Update semsearch.py

Browse files
Files changed (1) hide show
  1. semsearch.py +6 -2
semsearch.py CHANGED
@@ -163,8 +163,12 @@ webpageChunksDocNames = []
163
  # #auth_credentials=AuthApiKey(weaviate_key), # `weaviate_key`: your Weaviate API key
164
  #)
165
 
166
- client = weaviate.Client(
167
- url="http://localhost:8080"
 
 
 
 
168
  )
169
  print("#### client: ",client)
170
 
 
163
  # #auth_credentials=AuthApiKey(weaviate_key), # `weaviate_key`: your Weaviate API key
164
  #)
165
 
166
+ #client = weaviate.Client(
167
+ # url="http://localhost:8080"
168
+ #)
169
+
170
+ client = weaviate.connect_to_local(
171
+ #cluster_url="http://localhost:8080"
172
  )
173
  print("#### client: ",client)
174