Files
templates/blueprints/chroma/meta.json
Mauricio Siu c6c07246b6 Merge remote-tracking branch 'origin/canary' into feature/add-dokploy-templates
# 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
2026-07-08 00:05:19 -06:00

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"
]
}