mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
* Add replication docs diagram * docs auto-sync Co-authored-by: qdrant <qdrant@users.noreply.github.com>
29 lines
1.2 KiB
Markdown
29 lines
1.2 KiB
Markdown
---
|
|
title: Documentation
|
|
section_title: Everything you need to start working with Qdrant
|
|
subtitle:
|
|
---
|
|
|
|
|
|
# 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](https://github.com/qdrant/qdrant).
|
|
|
|
## 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:
|
|
|
|
- [Semantic Search for startups](https://demo.qdrant.tech/) + [Source Code](https://github.com/qdrant/qdrant_demo)
|
|
- [Visual Food Discovery](https://food-discovery.qdrant.tech/)
|
|
- [Step-by-Step tutorial on building neural search](/articles/neural-search-tutorial/)
|