mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
Excluding empty pages from site map (#47)
* excluding empty pages from site map * excluded a hidden article from sitemap
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
---
|
||||
title: "Make the most of your <span>Unstructured Data</span>"
|
||||
icon:
|
||||
sitemapExclude: True
|
||||
---
|
||||
|
||||
Qdrant is a vector similarity engine.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Distributed
|
||||
icon: distribution
|
||||
weight: 50
|
||||
sitemapExclude: True
|
||||
---
|
||||
|
||||
Cloud-native and scales horizontally. \
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Easy to Use API
|
||||
icon: api
|
||||
weight: 10
|
||||
sitemapExclude: True
|
||||
---
|
||||
|
||||
Provides the [OpenAPI v3 specification](https://qdrant.github.io/qdrant/redoc/index.html) to generate a client library in almost any programming language.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Fast and Accurate
|
||||
icon: bullseye
|
||||
weight: 20
|
||||
sitemapExclude: True
|
||||
---
|
||||
|
||||
Implement a unique custom modification of the [HNSW algorithm](https://arxiv.org/abs/1603.09320) for Approximate Nearest Neighbor Search.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Filtrable
|
||||
icon: data-1
|
||||
weight: 30
|
||||
sitemapExclude: True
|
||||
---
|
||||
|
||||
Support additional payload associated with vectors.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Efficient
|
||||
icon: microprocessor
|
||||
weight: 60
|
||||
sitemapExclude: True
|
||||
---
|
||||
|
||||
Effectively utilizes your resources.
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Rich data types
|
||||
icon: scan
|
||||
weight: 40
|
||||
sitemapExclude: True
|
||||
---
|
||||
|
||||
Vector payload supports a large variety of data types and query conditions, including string matching, numerical ranges, geo-locations, and more.
|
||||
|
||||
Reference in New Issue
Block a user