A simple RAG to understand better how things work with GemmaEmbeddings and Gemma model
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.txtuv run rag_handler.py --file_path=./cat-facts.txt --question="tell me about cat speed"