API Reference

Qdrant is a vector database and a semantic search engine. You can use its REST API to develop a production-ready service to store, search, and manage vectors with an additional payload.

How does Qdrant work?

  1. First, you should create a collection to store all your data.
  2. Then upsert data points and enrich them with a custom payload.
  3. With a full collection, run a search to find relevant results.
  4. Collections can be snapshotted, downloaded and restored.
  5. When ready, setup a distributed system for production.

Just getting started?

Try the development quickstart guide.

Was this page helpful?