Skip to content

A langchain, vectordatabase approach to talking with pdf on the internet

Notifications You must be signed in to change notification settings

theholymath/chatpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatpdf

A langchain, vectordatabase approach to talking with pdf on the internet

Screenshot 2023-04-22 at 1 36 49 AM

usage

docker build -t chatpdf

Create secrets.toml with echo 'password = "password"' > secrets.toml

docker run --rm -e OPENAI_API_KEY=<key> -v `pwd`/secrets.toml:/app/.streamlit/secrets.toml -p 8501:8501 chatpdf

Add --gpus all to enable the nvidia-runtime (leverage your GPU).

About

A langchain, vectordatabase approach to talking with pdf on the internet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published