Hi community,
I run verba start
with my WEAVIATE_API_KEY_VERBA
and WEAVIATE_URL_VERBA
, I always that is error WebSocket connection closed by client.
in my serve in front end. I got error as below screenshot:However, I change the WEAVIATE_API_KEY_VERBA
and WEAVIATE_URL_VERBA
to my friends’ endpoint and key. the error will gone.
The server log:
INFO: connection closed
Config Saved in Weaviate
Setting READER to BasicReader
Setting CHUNKER to TokenChunker
Setting EMBEDDER to OllamaEmbedder
Setting RETRIEVER to WindowRetriever
Setting GENERATOR to Ollama
INFO: 127.0.0.1:60668 - “POST /api/set_config HTTP/1.1” 200 OK
INFO: (‘127.0.0.1’, 60670) - “WebSocket /ws/generate_stream” [accepted]
INFO: connection open
INFO: 127.0.0.1:60676 - “POST /api/suggestions HTTP/1.1” 200 OK
INFO: 127.0.0.1:60676 - “POST /api/suggestions HTTP/1.1” 200 OK
INFO: 127.0.0.1:60676 - “POST /api/suggestions HTTP/1.1” 200 OK
Received query: qho
Retrieved Context of 0 tokens
Succesfully processed query: qho in 0.14s
INFO: 127.0.0.1:60676 - “POST /api/query HTTP/1.1” 200 OK
^CINFO: Shutting down
WebSocket connection closed by client.
INFO: connection closed
INFO: Waiting for application shutdown.
INFO: Application shutdown complete.
INFO: Finished server process [27847]
INFO: Stopping reloader process [27812]
➜ Verba git:(main) ✗ verba start
Does anyone know the reason? Thank you so much