
During February 2026, Prajwal Moras developed a fully local, offline retrieval-augmented generation notebook for the run-llama/llama_index repository. Leveraging Python, machine learning, and data science skills, Prajwal implemented an end-to-end RAG pipeline using Llama3.2:3b for language modeling, nomic-embed-text for embeddings, and ChromaDB for vector storage with caching. The notebook included a config.yaml and sample dataset to ensure deterministic, reproducible runs, and achieved a 100% retrieval hit rate with an MRR of 0.85. Prajwal also demonstrated failure modes and integrated guardrails to reduce hallucinations, focusing on maintainability, offline reproducibility, and user safety in restricted environments.
February 2026—run-llama/llama_index: Delivered a fully local, offline RAG notebook enabling end-to-end retrieval-augmented generation without API keys. Implemented a complete pipeline using Llama3.2:3b, nomic-embed-text embeddings, and ChromaDB with caching. Added config.yaml and a sample dataset for deterministic, reproducible runs. Achieved 100% hit rate and MRR 0.85 in retrieval evaluation; demonstrated 3 failure modes with guardrails to reduce hallucinations. Refined notebook to be self-contained, linted, and maintainable. These efforts reduce external service dependencies, speed iteration, and improve safety and reliability for users in restricted environments.
February 2026—run-llama/llama_index: Delivered a fully local, offline RAG notebook enabling end-to-end retrieval-augmented generation without API keys. Implemented a complete pipeline using Llama3.2:3b, nomic-embed-text embeddings, and ChromaDB with caching. Added config.yaml and a sample dataset for deterministic, reproducible runs. Achieved 100% hit rate and MRR 0.85 in retrieval evaluation; demonstrated 3 failure modes with guardrails to reduce hallucinations. Refined notebook to be self-contained, linted, and maintainable. These efforts reduce external service dependencies, speed iteration, and improve safety and reliability for users in restricted environments.

Overview of all repositories you've contributed to across your timeline