Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 484 Bytes

did some modifications including saving the embedings and some PE

Run with generate and save embeddings

python3 localrag.py --model llama3.2 --embedding-model mxbai-embed-large --device cpu --save-embeddings --embedding-file embeddings.pt

Run with existing embeddings:

python3 localrag.py --model llama3.2 --embedding-model mxbai-embed-large --device cpu --use-cache --embedding-file embeddings.pt