2025-11-27 09:13:15 +01:00
{
"name" : "Qdrant" ,
"slug" : "qdrant" ,
"categories" : [
8
] ,
2025-11-27 08:13:36 +00:00
"date_created" : "2025-11-27" ,
2025-11-27 09:13:15 +01:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"config_path" : "/etc/qdrant/config.yaml" ,
"interface_port" : 6333 ,
"documentation" : "https://github.com/qdrant/qdrant" ,
"website" : "https://qdrant.tech/" ,
2025-12-01 18:29:58 +01:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons@master/webp/qdrant.webp" ,
2025-11-27 09:13:15 +01:00
"description" : "Qdrant is a vector search engine and vector database that allows you to store, search, and manage high-dimensional vectors efficiently." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/qdrant.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 1024 ,
"hdd" : 5 ,
"os" : "debian" ,
"version" : "13"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [ ]
}