Skip to content

Aquiles-ai/aquiles-example-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Aquiles-RAG example deploy

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.

About

This repo presents an example of how to deploy Aquiles-RAG along with its folder structure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages