NB5 Docs► Reference Section► Drivers▼ qdrant driver adapter 🖺

qdrant driver adapter

The qdrant driver adapter is a nb adapter for the qdrant driver, an open source Java driver for connecting to and performing operations on an instance of a Qdrant Vector database. The driver is hosted on GitHub at https://github.com/qdrant/java-client.

activity parameters

The following parameters must be supplied to the adapter at runtime in order to successfully connect to an instance of the Qdrant database:

Op Templates

The Qdrant adapter supports all operations supported by the Java driver published by Qdrant. The official Qdrant API reference can be found at https://qdrant.github.io/java-client/io/qdrant/client/package-summary.html

The operations include a full-fledged support for key APIs available in the Qdrant Java driver. The following are a couple high level API operations.

Examples

Check out the full example available here.