mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
69 lines
1.8 KiB
TOML
69 lines
1.8 KiB
TOML
baseURL = "https://qdrant.tech/"
|
|
languageCode = "en-us"
|
|
title = "Qdrant - Vector Search Engine"
|
|
theme = "qdrant"
|
|
|
|
googleAnalytics = ""
|
|
enableRobotsTXT = true
|
|
canonifyURLs = true
|
|
|
|
keywords = "search engine, neural network, matching, filter, SaaS, approximate nearest neighbor search, image search, recommender system, vectors, knn algorithm, hnsw, vector search, embeddings, similarity"
|
|
|
|
|
|
[params]
|
|
author = "Andrey Vasnetsov"
|
|
description = "Qdrant - Open-Source Vector Search Engine"
|
|
keywords = ["search engine", "neural network", "matching", "filter", "SaaS",
|
|
"approximate nearest neighbor search", "image search", "recommender system", "vectors",
|
|
"knn algorithm", "hnsw", "vector search", "embeddings", "similarity", "simaes networks",
|
|
"BERT", "transformer", "word2vec", "fasttext"]
|
|
|
|
font = "Anonymous Pro"
|
|
highlight = true
|
|
highlightStyle = "monokailight"
|
|
highlightLanguages = ["python", "rust", "json", "bash"]
|
|
yandexWebmaster = ""
|
|
|
|
logo = "/images/logo_v3_small_red.png"
|
|
logo_white = "/images/logo_v3_small_red.png"
|
|
logo_width = "192"
|
|
|
|
github = "https://github.com/qdrant/qdrant"
|
|
quick_start = "https://github.com/qdrant/qdrant#usage"
|
|
tutorial = "/404.html"
|
|
|
|
linkedin = "#"
|
|
telegram = "https://t.me/neural_network_engineering"
|
|
|
|
email = "info@qdrant.tech"
|
|
location = "Berlin"
|
|
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
identifier = "use-case"
|
|
name = "Use cases"
|
|
weight = -100
|
|
url = "/use-cases/"
|
|
|
|
[[menu.main]]
|
|
identifier = "solutions"
|
|
name = "Solutions"
|
|
weight = -90
|
|
url = "/solutions/"
|
|
|
|
[[menu.main]]
|
|
identifier = "documentation"
|
|
name = "Documentation"
|
|
weight = -80
|
|
url = "https://github.com/qdrant/qdrant#usage"
|
|
|
|
|
|
[[menu.main]]
|
|
identifier = "articles"
|
|
name = "Articles"
|
|
weight = -70
|
|
url = "#articles"
|
|
|