Skip to content

A Web application that enables users to upload documents and engage in conversational analysis with self-hosted large language models (LLMs) deployed on Ollama.

bovem/chat-with-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat with Document

A Web application that enables users to upload documents and engage in conversational analysis with self-hosted large language models (LLMs) deployed on Ollama, facilitating document understanding and interactive querying.

Screenshot

Tech Stack

  • Python
  • Streamlit
  • LangChain
  • Ollama

Setup

  1. Clone this repository.
git clone https://github.com/bovem/chat-with-doc.git
  1. Build the container image.
docker compose build
  1. (Optional) Update the value of OLLAMA_URL (Ollama deployment URL) environment variable in compose.yaml.

  2. Deploy the container.

docker compose up

About

A Web application that enables users to upload documents and engage in conversational analysis with self-hosted large language models (LLMs) deployed on Ollama.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published