mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
86 lines
2.5 KiB
TOML
86 lines
2.5 KiB
TOML
baseURL = "https://qdrant.tech/"
|
|
languageCode = "en-us"
|
|
title = "Qdrant - Vector Search Engine"
|
|
theme = "qdrant"
|
|
|
|
googleAnalytics = "G-NZYW2651NE"
|
|
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 = "default"
|
|
highlightLanguages = ["python", "rust", "json", "bash"]
|
|
yandexWebmaster = ""
|
|
|
|
logo = "/images/logo_small_with_text.png"
|
|
logo_width = "192"
|
|
|
|
github = "https://github.com/qdrant/qdrant"
|
|
quick_start = "https://github.com/qdrant/qdrant/blob/master/QUICK_START.md"
|
|
tutorial = "/articles/neural-search-tutorial/"
|
|
|
|
linkedin = "https://www.linkedin.com/company/qdrant"
|
|
telegram = "https://t.me/neural_network_engineering"
|
|
|
|
email = "info@qdrant.tech"
|
|
location = "Berlin"
|
|
|
|
mailchimp_contact_form = "https://us1.list-manage.com/contact-form?u=69617d79374ac6280dd2230b2&form_id=cce004c91b038a38e5ef1ece5318fd1e"
|
|
|
|
mailchimp_subscribe = "https://tech.us1.list-manage.com/subscribe/post?u=69617d79374ac6280dd2230b2&id=acb2b876fc"
|
|
|
|
mailchimp_subscribe_id = "b_69617d79374ac6280dd2230b2_acb2b876fc"
|
|
|
|
gdpr = "We use cookies to learn more about you. At any time you can delete or block cookies through your browser settings."
|
|
|
|
githubDocPrefix = "https://github.com/qdrant/docs/tree/master/qdrant/v0.5.x/"
|
|
|
|
docVersion = "v0.5.x"
|
|
|
|
|
|
[menu]
|
|
|
|
[[menu.main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
weight = -100
|
|
url = "/"
|
|
|
|
[[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 = "/documentation/"
|
|
|
|
|
|
[[menu.main]]
|
|
identifier = "articles"
|
|
name = "Articles"
|
|
weight = -70
|
|
url = "/articles"
|
|
|