Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
SuperEasy 100% Local RAG with Ollama + Email RAG
| Date | Stars |
|---|---|
| 2026-07-31 | 1224 |
| 2026-08-02 | 1224 |
| 2026-08-04 | 1222 |
| 2026-08-05 | 1220 |
| 2026-08-06 | 1220 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# SuperEasy 100% Local RAG with Ollama + Email RAG ### YouTube Tutorials - https://www.youtube.com/watch?v=Oe-7dGDyzPM - https://www.youtube.com/watch?v=vFGng_3hDRk ### Latest YouTube Updated Features [](https://www.youtube.com/watch?v=0X7raD1kISQ) ### Setup 1. git clone https://github.com/AllAboutAI-YT/easy-local-rag.git 2. cd dir 3. pip install -r requirements.txt 4. Install Ollama (https://ollama.com/download) 5. ollama pull llama3 (etc) 6. ollama pull mxbai-embed-large 7. run upload.py (pdf, .txt, JSON) 8. run localrag.py (with query re-write) 9. run localrag_no_rewrite.py (no query re-write) ### Email RAG Setup 1. git clone https://github.com/AllAboutAI-YT/easy-local-rag.git 2. cd dir 3. pip install -r requirements.txt 4. Install Ollama (https://ollama.com/download) 5. ollama pull llama3 (etc) 6. ollama pull mxbai-embed-large 7. set YOUR email logins in .env (for gmail create app password (video)) 9. python collect_emails.py to download your emails 10. python emailrag2.py to talk to your emails ### Latest Updates - Added Email RAG Support (v1.3) - Upload.py (v1.2) - replaced /n/n with /n - New embeddings model mxbai-embed-large from ollama (1.2) - Rewrite query function to improve retrival on vauge questions (1.2) - Pick your model from the CLI (1.1) - python localrag.py --model mistral (llama3 is default) - Talk in a true loop with conversation history (1.1) ### My YouTube Channel https://www.youtube.com/c/AllAboutAI ### What is RAG? RAG is a way to enhance the capabilities of LLMs by combining their powerful language understanding with targeted retrieval of relevant information from external sources often with using embeddings in vector databases, leading to more accurate, trustworthy, and versatile AI-powered applications ### What is Ollama? Ollama is an open-source platform that simplifies the process of running powerful LLMs locally on your own machine, giving users more control and flexibility in their AI projects. https://www.ollama.com
Excerpt of 2,067 characters
Read on GitHub63
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:51f976ec7f106aed, llm:description: "SuperEasy 100% Local RAG with Ollama + Email RAG"
matched fp:51f976ec7f106aed, llm:description: "SuperEasy 100% Local RAG with Ollama + Email RAG"
matched fp:51f976ec7f106aed, llm:description: "SuperEasy 100% Local RAG with Ollama + Email RAG"