https://github.com/theopenconversationkit/tock-helm-chart
Helm Chart to deploy Tock (open conversational AI platform) on Kubernetes.
https://github.com/theopenconversationkit/tock-helm-chart
bot helm helm-chart helm-charts kubernetes tock
Last synced: 4 months ago
JSON representation
Helm Chart to deploy Tock (open conversational AI platform) on Kubernetes.
- Host: GitHub
- URL: https://github.com/theopenconversationkit/tock-helm-chart
- Owner: theopenconversationkit
- License: apache-2.0
- Created: 2024-07-30T08:52:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-10T18:35:49.000Z (4 months ago)
- Last Synced: 2026-02-10T20:04:43.971Z (4 months ago)
- Topics: bot, helm, helm-chart, helm-charts, kubernetes, tock
- Language: Go Template
- Homepage: https://doc.tock.ai
- Size: 1.02 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helm Chart for Tock (theopenconversationkit)
[Tock](https://doc.tock.ai/fr/), an open conversational AI platform provides a complete solution to build conversational agents, aka bots.
Tock can integrate and experiment with both classic and generative AI (LLM, RAG) models.
## Quick start
```console
$ helm install mytock ./charts/tock
```
## Usage
The chart is distributed as an OCI Artifact as well as via a traditional Helm Repository.
- OCI Artifact: `oci://ghcr.io/theopenconversationkit/charts/tock`
- Helm Repository: `https://theopenconversationkit.github.io/tock-helm-chart/` with chart `tock`
## Install Chart
```console
$ helm install [RELEASE_NAME] oci://ghcr.io/theopenconversationkit/charts/tock --version 0.6.0
```
or
```console
helm repo add tock https://theopenconversationkit.github.io/tock-helm-chart/
helm repo update
helm search repo tock
helm install [RELEASE_NAME] tock/tock --version 0.6.0
```
You will find more information on chart parameters at the helm chart [README](charts/tock/README.md).
## What is deployed
The chart deploys all tock components. It's also able to deploy a mongodb database (Bitnami mongoDb chart is used as subchart) or use an existing mongodb backend. In the same feeling, since version 24.3.2 of tock, open search can be deployed as a sub chart (opensearch chart is used as subchart) and since version 24.9.3 PGvector can be deployed as a sub chart (bitnami chart is used as subchart).
