You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am really enjoying using Shuttle, however I am running in the following issue.
The example found here runs a local instance of Qdrant, regardless of whether a local (Docker) or cloud instance is specified in Secrets/toml.
If Docker is not running, the following error occurs:
Error while starting service: Failed to start Docker container. Make sure that a Docker engine is running.
Caused by:
status: Internal, message: "error trying to connect: No such file or directory (os error 2)", details: [], metadata: MetadataMap { headers: {} }
However, I can bypass this issue by directly constructing a client with qdrant_client:Qdrant and communicating with it without relying on Docker.
My expectation is that Shuttle would not start the docker by itself.
The text was updated successfully, but these errors were encountered:
Hi there, I am really enjoying using Shuttle, however I am running in the following issue.
The example found here runs a local instance of Qdrant, regardless of whether a local (Docker) or cloud instance is specified in
Secrets/toml
.If Docker is not running, the following error occurs:
However, I can bypass this issue by directly constructing a client with
qdrant_client:Qdrant
and communicating with it without relying on Docker.My expectation is that Shuttle would not start the docker by itself.
The text was updated successfully, but these errors were encountered: