Helm chart API RAG #7754
Replies: 2 comments 9 replies
-
Unfortunately this is a side effect of the current helm setup. Helm does not recursively fetch the dependencies of nested dependencies during Instead, if we were to enable a proper repository helm repository using Github Pages (or otherwise) when we run @iamNoah1 @hofq what do you think about using a traditional helm setup so that users can pull charts directly from the repo using Helm and adjacent tools? |
Beta Was this translation helpful? Give feedback.
-
I think there are some pipeline issues with github pages currently. You should be able to use this one for now and only bump the tag, as it does not derivate much right now: https://github.com/bat-bs/helm-charts/tree/main/charts/librechat |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Danny Ávila,
First of all, congratulations on your amazing work with Librechat! It’s an excellent project, very well-structured, actively maintained, and extremely useful for anyone building advanced AI systems!
I’ve been exploring the deployment options and noticed that LibreChat has a Helm chart for the main application and also one for the RAG API. From what I understood, in the LibreChat Helm chart, the RAG API is included as a dependency, correct?
In my case, I want to deploy LibreChat on my EKS cluster using Helm. However, I only found a chart version that integrates MongoDB. Is there currently any Helm chart available for deploying the RAG API with PostgreSQL and pgvector? Or do you recommend another approach to deploy your default pgvector-based setup on EKS?
Thanks in advance for your help, and again, congrats on the excellent project!
Best regards,
Samuel
Beta Was this translation helpful? Give feedback.
All reactions