Skip to content

giantbalance/pinecone_rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinecone_rag

RAG using GPT by pinecone

Environment Setting

conda env create -f rag_test.yaml
conda activate rag

How to upload PDF

--upsert "file_name"
example :
python3 ./pdfloader_deploy.py --upsert sample_news.pdf

How to ask GPT

--retrieve "asking questions"
example :
python3 ./pdfloader_deploy.py --retrieve "who is bohyung kim and where does he live?"

About

RAG using GPT by pinecone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages