Skip to content

charbull/rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAG

A simple RAG to understand better how things work with GemmaEmbeddings and Gemma model

Getting Started

Make sure you have uv installed.

git clone https://github.com/charbull/rag.git
cd rag

uv venv
source .venv/bin/activate
uv pip install -r requirements.txt

References

Run

uv run rag_handler.py --file_path=./cat-facts.txt --question="tell me about cat speed"

About

A simple RAG to understand better how things work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages