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