Skip to content

An LLM and vectorstore learning project to processes any large document and allow an LLM to answer questions about its contents.

License

Notifications You must be signed in to change notification settings

theBoEffect/ask_the_doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

An LLM and vectorstore learning project to processes any large document and allow an LLM to answer questions about its contents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published