Helm chart for local AI and slack bot? #1709
-
| 
         folks, where do I find Helm charts for k8s configuration for local AI, the slack bot specifically? where do I start? any advice would be helpful.  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
| 
         @mohanramunc for kubernetes you can follow these steps: You can check out the docs over here: https://localai.io/docs/getting-started/manual/ If you don't want to use helm, see also this deployment file as a starting point: https://github.com/mudler/LocalAI/blob/master/examples/kubernetes/deployment.yaml A slack bot example is here: https://github.com/mudler/LocalAI/blob/master/examples/slack-qa-bot/README.md  | 
  
Beta Was this translation helpful? Give feedback.
@mohanramunc for kubernetes you can follow these steps:
You can check out the docs over here: https://localai.io/docs/getting-started/manual/
If you don't want to use helm, see also this deployment file as a starting point: https://github.com/mudler/LocalAI/blob/master/examples/kubernetes/deployment.yaml
A slack bot example is here: https://github.co…