Skip to content

WhiteWolf47/RAGgle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAGgle

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

Setup

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 following files

python3 ingest.py
chainlit run app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages