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 Vector Database support #18

Closed
adek opened this issue Apr 20, 2024 · 2 comments
Closed

Qdrant Vector Database support #18

adek opened this issue Apr 20, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@adek
Copy link

adek commented Apr 20, 2024

It would be great if you could add Qdrant vector database to your project.

@adhityan
Copy link
Collaborator

adhityan commented Apr 23, 2024

Hello, the library supports Qdrant already, I seem to have missed updating the documentation - will fix this. In the meantime, you can use Qdrant by doing the following -

  1. Install qdrant support package @qdrant/js-client-rest
  2. Import QdrantDb from @llm-tools/embedjs/vectorDb/qdrant
  3. Set vectorDB to QdrantDb like so .setVectorDb(new QdrantDb({ apiKey: string; url: string; clusterName: string }))

@adhityan adhityan added the enhancement New feature or request label Apr 23, 2024
@adhityan
Copy link
Collaborator

Added to documentation

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

No branches or pull requests

2 participants