[Question]: Set up RAG API with npm #3744
Unanswered
mariannebrissette3
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It doesn't take forever on my end, could be a local hardware limitation.
Right, but you can develop in a python venv without using docker. It's briefly mentioned in the separate repo readme:
pip install -r requirements.txt
uvicorn main:app |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is your question?
Docker is unsuited for development. I am trying to set up the app to work with npm. The difficulty is to set up the RAG API to work and call it from the app. There is very limited documentation on how to do this here: https://www.librechat.ai/docs/configuration/rag_api#local-setup
Currently, I am able to run the rag api locally and to call it from the .env file, but the files take forever to load.
More Details
Please advise on how to work around this issue and use npm to run the app, pursue development, and use files with the RAG API.
What is the main subject of your question?
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions