Plateforme RAG all-in-one
Stack Technique:
- 📺 Frontend : Quasar/vue.js
- 🔌 Backend : FastAPI
- 🏬 Database : PostgreSQL 16
- 🧰 ORM : SQLAlchemy + alembic
- 🧠 LLM : TBD
- 🔌 LLM+RAG orchestration : Haystack-ai
- ...
To run the app:
Requirements : Have docker installed : https://docs.docker.com/desktop/install/windows-install/ (windows)
- clone the repo
- cd into the repo
- run :
docker-compose build - run :
docker-compose up - head to
http://localhost:8000orhttp://localhost:8000/docsfor the swagger-ui
