A web app that uses LangChain and OpenAI to analyze documents (PDF, DOCX, PPTX, CSV, TXT).
-
Install dependencies:
uv sync
-
Copy
.env.exampleto.envand add your OpenAI API key -
Start ChromaDB:
uv run chroma run --host localhost --port 8000
-
Run the server:
uv run python manage.py runserver
-
Open
http://localhost:8000