Files
landing_page/qdrant-landing/content/documentation/_index.md
T
Andrey Vasnetsovandqdrant cd0cb0f528 v0.8.x docs (#54)
* v0.8.x docs

* docs auto-sync

* docs auto-sync

* update doc sync script

* docs auto-sync

* docs auto-sync

* docs auto-sync

Co-authored-by: qdrant <qdrant@users.noreply.github.com>
2022-06-08 12:47:54 +02:00

29 lines
1.2 KiB
Markdown

---
title: Documentation
section_title: Documentation
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](http://localhost:1313/articles/neural-search-tutorial/)