36 lines
878 B
JSON
36 lines
878 B
JSON
{
|
|
"name": "Qdrant",
|
|
"slug": "qdrant",
|
|
"categories": [
|
|
20
|
|
],
|
|
"date_created": "2025-11-25",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"config_path": "/etc/qdrant/config.yaml",
|
|
"interface_port": 6333,
|
|
"documentation": "https://github.com/qdrant/qdrant",
|
|
"website": "https://qdrant.tech/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/qdrant.webp",
|
|
"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": []
|
|
}
|