---
title: "[Hands-on] RAG Over GitHub Repos"
url: https://daily.dev/posts/hands-on-rag-over-github-repos-7ll7ywqvw
source_url: https://blog.dailydoseofds.com/p/hands-on-rag-over-github-repos
type: article
source: "Daily Dose of Data Science | Avi Chawla | Substack"
published: 2025-01-17T21:07:57.889Z
updated: 2025-01-17T21:08:13.248Z
tags: ["github", "rag"]
reading_time: 2
upvotes: 83
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# [Hands-on] RAG Over GitHub Repos

**[Daily Dose of Data Science \| Avi Chawla \| Substack](https://daily.dev/sources/dailydoseofds)** · 2 min read · 83 upvotes · 1 comments

## Summary

Ragie Connect offers a comprehensive infrastructure for building RAG applications over user data by handling authentication, authorization, and syncing from sources like Google Drive and Salesforce. This guide demonstrates how to create a RAG app over GitHub repositories using GitIngest to parse the repo and Llama-3.2 as the LLM. The process involves parsing the GitHub repo, setting up the LLM, embedding the data, and creating an index for interaction, with a neat interface and a promise for more advanced techniques in future guides.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.dailydoseofds.com/p/hands-on-rag-over-github-repos>

## Community discussion

Top comments from developers on daily.dev.

**@chrispilgrim** · 0 upvotes

> is RAG free?

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#rag](https://daily.dev/tags/rag)

[View this post on daily.dev](https://daily.dev/posts/hands-on-rag-over-github-repos-7ll7ywqvw)
