Files
landing_page/qdrant-landing/content/documentation/_index.md
T
Arnaud Gourlayandqdrant 7467eca772 Add replication docs diagram (#86)
* Add replication docs diagram

* docs auto-sync

Co-authored-by: qdrant <qdrant@users.noreply.github.com>
2022-10-26 10:41:48 +02:00

1.2 KiB

title, section_title, subtitle
title section_title subtitle
Documentation Everything you need to start working with Qdrant

Qdrant Documentation

Qdrant (read: quadrant ) is a vector similarity search engine. It provides a production-ready service with a convenient API to store, search, and manage points - vectors with an additional payload. Qdrant is tailored to extended filtering support. It makes it useful for all sorts of neural network or semantic-based matching, faceted search, and other applications.

Qdrant is released under the open-source Apache License 2.0. Its source code is available on GitHub.

Overview

Qdrant is ideal for deploying applications based on the matching of embeddings produced by neural network encoders.

These can be:

  • Semantic search
  • Similar Image \ Audio \ Video search
  • Recommendation systems

In addition to this documentation, you may be interested in looking at examples of projects made with Qdrant: