Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 713 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 713 Bytes

Ask the Document (Doc)

This project processes a large document into a vectorstore database (ChromaDB) and allows an LLM to answer questions about that document through a UI.

Note:

This is a learning project to explore these concepts. Modifications, enhancements, or feedback are welcomed through issues or pull requests.

Stack

Service

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

UI

Click into the ui directory to view the ui svelte project.

  • TypeScript
  • Svelte
  • tailwindcss

Build and usage instructions pending...