-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plans to incorporate RAG API? #75
Comments
Hi Marcel and Biju I'm also quite interested in this (without knowing how to code it) and saw that it is also being discussed in the repo thunderbug1/LibreChatAzureDeployment, where a user said they managed to set it up manually on Azure and was asked to share the ARM templates for the setup. I'll give you the link, in case it might prove useful for this repo as well. thunderbug1/LibreChatAzureDeployment#20 Kind regards Jens |
Awesome, thank @EMjetrot I will update this module soon with new features |
@EMjetrot I have now extended the terraform module created by Marcel and made it public under the same MIT license. https://github.com/datasiensai/terraform-azure-prisegpt @Pwd9000-ML If you like the architecture I have used, I can make a pull request as well to update your repo. |
Hi Marcel,
Thanks so much for sharing this repo. I was wondering if you are planning to add RAG API support to allow chatting with files?
I guess the templates will need to be changed in order to spawn one more app service which serves the RAG API.
https://www.librechat.ai/docs/user_guides/rag_api
https://github.com/danny-avila/rag_api
Also perhaps using Azure Cosmos PG Vector
https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/howto-use-pgvector
Any tips on making the changes would be appreciated as well and I'll try it on my own.
Regards,
Biju
The text was updated successfully, but these errors were encountered: