UNPKG

@qdrant/js-client-rest

Version:

This repository contains the REST client for the [Qdrant](https://github.com/qdrant/qdrant) vector search engine.

4 lines (3 loc) 138 B
export { QdrantClient, QdrantClientParams } from './qdrant-client.js'; export { Schemas } from './types.js'; export * from './errors.js';