-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
I have just installed Open Notebook on docker and am getting the below error . Anyone else who has come across this error. I am running a local ollama phi3 engine.
RuntimeError: API request failed: 500 - {"detail":"Error creating source: Failed to get embeddings: All connection attempts failed"}
Traceback:
File "/app/pages/stream_app/source.py", line 124, in add_source
sources_service.create_source(
File "/app/api/sources_service.py", line 128, in create_source
source_data = api_client.create_source(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/api/client.py", line 311, in create_source
return self._make_request("POST", "/api/sources", json=data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/api/client.py", line 49, in _make_request
raise RuntimeError(