Skip to content

Chainlit app for advanced RAG. Uses llamaparse, langchain, qdrant and models from groq.

License

Notifications You must be signed in to change notification settings

wcwong22000/RAG-chat-with-documents

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG-chat-with-documents

Chainlit app for advanced RAG. Uses llamaparse, langchain, qdrant and models from groq.

Videos covering these topics

Links shown in video

create virtualenv

python3 -m venv .venv && source .venv/bin/activate

Install packages

pip install -r requirements.txt

Environment variables

All env variables goes to .env ( cp example.env to .env and paste required env variables)

Run the python files (following the video to run step by step is recommended)

python3 ingest.py
chainlit run app.py

Additional helper documents

About

Chainlit app for advanced RAG. Uses llamaparse, langchain, qdrant and models from groq.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%