This repo presents an example of how to deploy Aquiles-RAG along with its folder structure.
To deploy Aquiles-RAG you have to take into account this folder structure:
.env
requirements.txt
test_deploy.py # Or the name of your file for the deploy configuration
In your .env file define the redis host, port, user and password
And on the platform where you are going to deploy you have to put this as the start command:
aquiles-rag deploy --host "0.0.0.0" --port 5500 --workers 2 test_deploy.py
IMPORTANT: Follow the structure proposed in test_deploy.py
so that you don't have any errors when deploying.
You can consult our documentation for any details.