This project processes a large document into a vectorstore database (ChromaDB) and allows an LLM to answer questions about that document through a UI.
This is a learning project to explore these concepts. Modifications, enhancements, or feedback are welcomed through issues or pull requests.
Click into the service directory to view backend python code for vectorstore and LLM integration using OpenAI. Directory specific README is provided there.
- FastAPI
- ChromaDB
- LangChain
- OpenAI
- OpenAPI
Click into the ui directory to view the ui svelte project.
- TypeScript
- Svelte
- tailwindcss