From 0abbfda94c65cb5751b01e5d0ac1da306770362e Mon Sep 17 00:00:00 2001 From: davidmyriel Date: Thu, 23 May 2024 15:36:39 -0700 Subject: [PATCH] add front page --- fern/docs.yml | 3 +++ fern/pages/api-summary.mdx | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 fern/pages/api-summary.mdx diff --git a/fern/docs.yml b/fern/docs.yml index 9d91e81..427c183 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -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 \ No newline at end of file diff --git a/fern/pages/api-summary.mdx b/fern/pages/api-summary.mdx new file mode 100644 index 0000000..afdb7b5 --- /dev/null +++ b/fern/pages/api-summary.mdx @@ -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. \ No newline at end of file