Files
landing_page/qdrant-landing/config.toml
T

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.png"
logo_white = "/images/logo_v3_small_white.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"