Thanks to visit codestin.com
Credit goes to github.com

Skip to content

charucjoshi/RAG_QnA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG_QnA

Instructions to run the app locally.

Clone the repo.

git clone https://github.com/charucjoshi/RAG_QnA.git

Create .env file in the cloned directory and add the following variables.

OPENAI_API_KEY=your-openai-api-key
TYPESENSE_API_KEY=your-typesense-api-key-with-correct-access-permissions

Install requirements.

pip install -r requirements.txt

Ensure typesense server is running on port 8108.

Place the pdfs you want to use for retrieval inside the content folder.

Run the application.

chainlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages