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

Remove the api_key parameter #9

Open
Jhonnyr97 opened this issue Jan 12, 2024 · 1 comment
Open

Remove the api_key parameter #9

Jhonnyr97 opened this issue Jan 12, 2024 · 1 comment

Comments

@Jhonnyr97
Copy link
Contributor

api_key must not be required in localhost

require 'qdrant'

client = Qdrant::Client.new(
  url: "your-qdrant-url"
)```
@andreibondarev
Copy link
Collaborator

@Jhonnyr97 I think we can just add a comment to the README with:

client = Qdrant::Client.new(
  url: "your-qdrant-url",
  api_key: "your-qdrant-api-key" # Optional for localhost
)

Thoughts?

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