Closed adek closed 7 months ago
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 -
@qdrant/js-client-rest
@llm-tools/embedjs/vectorDb/qdrant
.setVectorDb(new QdrantDb({ apiKey: string; url: string; clusterName: string }))
Added to documentation
It would be great if you could add Qdrant vector database to your project.