An open API service indexing awesome lists of open source software.

https://github.com/ahmedennaifer/colrag

e2e Retrieval Augment Generation (RAG) social app, that lets users collaborate(query and index docs, reddit searches/comments and wiki articles) on public workspaces or private ones. Has multiple connectors for reddit, wikipedia, pdfs etc.. Deployed on AWS
https://github.com/ahmedennaifer/colrag

agents aws bedrock docker ec2 fastapi generative-ai haystack-ai postgresql rag s3 terraform

Last synced: 4 months ago
JSON representation

e2e Retrieval Augment Generation (RAG) social app, that lets users collaborate(query and index docs, reddit searches/comments and wiki articles) on public workspaces or private ones. Has multiple connectors for reddit, wikipedia, pdfs etc.. Deployed on AWS

Awesome Lists containing this project

README

          

# Projet Annuel - ESGI
**Plateforme RAG all-in-one**

*Architecture:*
![Architecture](images/archi.png)

*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:8000` or `http://localhost:8000/docs` for the swagger-ui