Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1012 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 1012 Bytes

Helm Chart for Tock (theopenconversationkit)

Tock, an open conversational AI platform provide 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

$ helm install mytock ./charts/tock

DLDR

$ helm install my-release oci://registry.hub.docker.com/onelans/tock --version 0.4.4

You will find more information on chart parameters at the helm chart README.

What is deployed

The chart deploy all tock components. It's able also 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, opensearch can be deployed as sub chart (opensearch chart is used as subchart) and since version 24.9.3 PGvector can be deployer as sub chart (bitnami chart is used as subchart).

Tock on K8S