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
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 -
Install qdrant support package @qdrant/js-client-rest
Import QdrantDb from @llm-tools/embedjs/vectorDb/qdrant
Set vectorDB to QdrantDb like so .setVectorDb(new QdrantDb({ apiKey: string; url: string; clusterName: string }))
It would be great if you could add Qdrant vector database to your project.
The text was updated successfully, but these errors were encountered: