mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-14 18:35:24 +02:00
# Conflicts: # blueprints/gotify/docker-compose.yml # blueprints/gotify/gotify.svg # blueprints/gotify/template.toml # blueprints/jellyseerr/docker-compose.yml # blueprints/jellyseerr/jellyseerr.svg # blueprints/jellyseerr/template.toml # blueprints/privatebin/docker-compose.yml # blueprints/privatebin/privatebin.svg # blueprints/privatebin/template.toml # blueprints/speedtest-tracker/docker-compose.yml # blueprints/speedtest-tracker/speedtest-tracker.svg # blueprints/speedtest-tracker/template.toml # meta.json
19 lines
469 B
JSON
19 lines
469 B
JSON
{
|
|
"id": "chroma",
|
|
"name": "Chroma",
|
|
"version": "1.5.6",
|
|
"description": "Chroma is an open-source embedding database for AI applications, with persistent vector storage and a simple HTTP API.",
|
|
"logo": "chroma.svg",
|
|
"links": {
|
|
"github": "https://github.com/chroma-core/chroma",
|
|
"website": "https://www.trychroma.com/",
|
|
"docs": "https://docs.trychroma.com/"
|
|
},
|
|
"tags": [
|
|
"ai",
|
|
"vector-database",
|
|
"embeddings",
|
|
"database"
|
|
]
|
|
}
|