mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-07-16 15:34:47 -05:00
[PR #490] [CLOSED] Added Qdrant + Groq RAG pipeline with documentation #10645
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/490
Author: @BhavyaFattania
Created: 2/12/2026
Status: ❌ Closed
Base:
main← Head:add-rag-pipeline📝 Commits (1)
919e4dfAdded Qdrant + Groq RAG pipeline with documentation📊 Changes
5 files changed (+447 additions, -0 deletions)
View changed files
➕
rag_tutorials/llamaindex_rag/.env(+4 -0)➕
rag_tutorials/llamaindex_rag/ingestion.py(+111 -0)➕
rag_tutorials/llamaindex_rag/query_pipeline.py(+122 -0)➕
rag_tutorials/llamaindex_rag/readme.md(+188 -0)➕
rag_tutorials/llamaindex_rag/requirements.txt(+22 -0)📄 Description
Added Beginner Friendly RAG Pipeline
Features
Why This Is Useful
Provides simple starter template for developers building RAG applications.
Tested
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.