This is a prototype of an AI-enabled chat application designed to interact with a knowledge base of corporate documents.
- copy
sample.envto.envand put your OpenAI API key there, orexport OPENAI_API_KEY=<your-OpenAI-key> - install dependencies:
pip install -r requirements.txt - run backend:
uvicorn backend.rag:app --port=8044 --workers=1 --loop=asyncio - run frontend (new terminal):
uvicorn frontend.app:app
Checked OK 2026-02-07 (Python 3.13/3.14) See doc/demo*.*