sirocco-ventures / raggenie

RAGGENIE: An open-source, low-code platform to build custom Retrieval-Augmented Generation (RAG) Copilets with your own data. Simplify AI development with ease!
https://www.raggenie.com
MIT License
87 stars 42 forks source link

Add Dockerfile for Backend App to Build and Run in Python #14

Closed ashmilhussain closed 1 month ago

ashmilhussain commented 1 month ago

Add a Dockerfile to containerize the backend application, allowing it to be built and run in a Python environment. • Use an Alpine-based image for a lightweight container. • No need to include or pass any config file, as it is planned to be removed before first release. • The application should expose port 8080.

leinadsened commented 1 month ago

Hello, I would like to have a try with this issue, could you please assign it to me?

ashmilhussain commented 1 month ago

Hey @leinadsened ,

Assigning this issue to you, happy coding

If any assistance required meet our team here : https://join.slack.com/t/theailounge/shared_invite/zt-2ogkrruyf-FPOHuPr5hdqXl34bDWjHjw

agberoz commented 1 month ago

HI @leinadsened any updates on this?

leinadsened commented 1 month ago

Hi @agberoz started working on it today

leinadsened commented 1 month ago

Hi @agberoz @ashmilhussain Created a PR #68

agberoz commented 1 month ago

@leinadsened, Please go through the review comments

If you run into any issues, feel free to ping me in the Slack channel! 😊

leinadsened commented 1 month ago

Thank you for the detailed review @agberoz

I had a feeling my understanding of the task was a bit simple 😅 I'm sure I will have some questions, will start working on it later today.

agberoz commented 1 month ago

@leinadsened, I've mentioned two changes.

Once they're done, the PR will be ready to merge.

leinadsened commented 1 month ago

@agberoz, I'm finished 😄 Thank you for the guidance, it was a great experience!