RAG-based document retrieval and chat application powered by LangChain.
- Backend: FastAPI, LangChain, PostgreSQL, ChromaDB
- Frontend: React, TypeScript, Vite
- Infrastructure: Docker Compose, Nginx, OpenStack
cp .env.example .env
docker compose up -d- Frontend:
http://localhost:3000 - API:
http://localhost:8000 - API Docs:
http://localhost:8000/api/docs


