Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qdrant example requires local docker. #185

Closed
vnermolaev opened this issue Sep 16, 2024 · 4 comments
Closed

Qdrant example requires local docker. #185

vnermolaev opened this issue Sep 16, 2024 · 4 comments

Comments

@vnermolaev
Copy link

vnermolaev commented Sep 16, 2024

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.

@jonaro00
Copy link
Member

Providing the local_addr parameter will disable running a local instance on a local run. Docs: https://docs.shuttle.rs/resources/shuttle-qdrant

@vnermolaev
Copy link
Author

Hi, thanks for the hint.

However, the docs are outdated: it's local_url now :)

@jonaro00
Copy link
Member

Thanks for letting us know! Would you like to make a PR to https://github.com/shuttle-hq/shuttle-docs/ to fix it?

@vnermolaev
Copy link
Author

See PR #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants