Skip to content

a simple less 10 lines code for Chat with pdf calculate embeddings once and save at local db as using question and answser tool

Notifications You must be signed in to change notification settings

weykon/chatpdf-localdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

intro

a simple less 10 lines code for Chat with pdf calculate embeddings once and save at local db as using question and answser tool

Usage

# ./.env
OPENAI_API_KEY=sk-***********************************************
python -m venv ./venv
python -m pip install -U pip
pip install -r requirements.txt
python main.py --openai_api_key sk-**********
  • set pdf pathname param as input
  • save file of record conversation

About

a simple less 10 lines code for Chat with pdf calculate embeddings once and save at local db as using question and answser tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages