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

Allow entering api key or local persistent path #1

Open
dhruv-anand-aintech opened this issue Feb 27, 2024 · 2 comments
Open

Allow entering api key or local persistent path #1

dhruv-anand-aintech opened this issue Feb 27, 2024 · 2 comments

Comments

@dhruv-anand-aintech
Copy link

  1. For remotely hosted instances with authorization enabled, an API key would be required. maybe that can be entered in a secure field.

  2. For non-server based qdrant instances (with persistent path on disk), it'd be nice to allow setting a local folder path.

@do-me
Copy link
Owner

do-me commented Feb 27, 2024

That makes sense!

  1. This would best be built after the Qdrant JS client integration. Are you aware of any public testing instance for Qdrant with API key?
  2. Can you refer to the docs? I wasn't even aware it was possible to set up a full Qdrant instance without server (or with Python in memory) or do I get you wrong? However, I guess this also would best rely on Qdrant JS client.

Very happy for PRs!

@dhruv-anand-aintech
Copy link
Author

  1. You can get a free cluster on cloud.qdrant.io
  2. I guess this is part of only the python client: https://github.com/qdrant/qdrant-client#local-mode

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