MVPilgrim commited on
Commit
2bf3a71
·
verified ·
1 Parent(s): 5850983

Update semsearch.py

Browse files
Files changed (1) hide show
  1. semsearch.py +6 -6
semsearch.py CHANGED
@@ -163,13 +163,13 @@ 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
-
170
- client = weaviate.connect_to_local(
171
- #cluster_url="http://localhost:8080"
172
  )
 
 
 
 
173
  print("#### client: ",client)
174
 
175
  client.connect()
 
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
 
175
  client.connect()