Skip to content

Commit

Permalink
add front page
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmyriel committed May 23, 2024
1 parent bd8911c commit 0abbfda
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ navbar-links:
- type: outlined
text: GitHub
url: https://github.com/qdrant/qdrant
navigation:
- api: API Reference
summary: ./pages/api-summary.mdx
9 changes: 9 additions & 0 deletions fern/pages/api-summary.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# API Reference

This document describes CRUD and search operations on collections of points (vectors with payload).

Qdrant supports any combinations of `should`, `min_should`, `must` and `must_not` conditions.
This makes it possible to use in applications when object could not be described solely by vector.
It could be location features, availability flags, and other custom properties businesses should take into account.

Read Qdrant [documentation](https://qdrant.tech/documentation/) to learn more about vector search and its applications.

0 comments on commit 0abbfda

Please sign in to comment.