Skip to content

jorgenosberg/retrievAI

Repository files navigation

RetrievAI

Python FastAPI React PostgreSQL ChromaDB Docker License

RAG-based document retrieval and chat application powered by LangChain.

Login Chat

Stack

  • Backend: FastAPI, LangChain, PostgreSQL, ChromaDB
  • Frontend: React, TypeScript, Vite
  • Infrastructure: Docker Compose, Nginx, OpenStack

Quick Start

cp .env.example .env
docker compose up -d
  • Frontend: http://localhost:3000
  • API: http://localhost:8000
  • API Docs: http://localhost:8000/api/docs

Documentation

📖 Full Documentation

Documentation

About

RAG app for academic literature search in the CHAP research group at UiO. Powered by LangChain, ChromaDB and the OpenAI API.

Topics

Resources

License

Stars

Watchers

Forks

Contributors