Back to RAG.md

Coding & Development

RAG.md · 26 documents

RAG.md

plan

* **Embedding Model:** Switched from a generic model to the specific `EmbeddingGemma` model mentioned in the documentation.

airagprompt
0
0
surfiniaburger
RAG.md

📝 Development Notes

I used Claude/GPT assistance for the following components, which I then extensively modified and enhanced:

aiagentllm
0
0
Khalid2093
RAG.md

🚀 Retrieve — Implementation Plan

> **Full-stack RAG (Retrieval-Augmented Generation) Application**

aillmrag
0
0
Meg-N-AI-PP
RAG.md

Socrates Development Plan

- Create two top-level folders: `backend/` and `frontend/`

aiagentllm
0
0
jaypee15
RAG.md

Building a RAG Pipeline from Scratch

**Retrieval-Augmented Generation (RAG)** is the technique behind most production AI assistants today. Instead of asking an LLM to recall facts from training, you give it relevant context at query time. The result is more accurate, grounded, and up-to-date answers.

aillmrag
0
0
chapagainmanoj
RAG.md

Multilingual Agentic RAG (venv, Qdrant, NiceGUI, Gemini-001)

- venv only; Windows-first; no WSL

aiagentllm
0
2
AyushDhimann
RAG.md

The Simpsons Episode Database - Technical Plan

A local application that scans TV episodes of The Simpsons, transcribes them, creates searchable embeddings, and provides a web interface for semantic search and video clip creation.

aiopenai
0
0
danielo515
RAG.md

DinAI - RAG AI Chatbot Project Plan

DinAI is a Retrieval-Augmented Generation (RAG) AI chatbot that provides intelligent responses based on scraped web content stored in a vector database.

aiagentrag
0
0
imurodl
RAG.md

Partie 2 : Pipeline RAG

Mettre en pratique la conteneurisation et l'orchestration d'une application de Génération Augmentée par Récupération (RAG) à l'aide de Docker. Ce TP vous permettra de comprendre comment déployer une application d'intelligence artificielle moderne en utilisant les meilleures pratiques DevOps.

aillmrag
0
2
youssef-elkahlaoui
RAG.md

RAG (Retrieval Augmented Generation) Implementation - Technical Outline

- Combines custom data with LLMs

aillmrag
0
1
ECAllen
RAG.md

Implementation Plan: codeindex

We're building a local semantic index for codebases that augments Claude Code's Glob/Grep/Read tools with embedding-based search. The design is informed by OpenViking (AST skeletons, bottom-up directory summaries, score propagation), Augment Context Services (single retrieval tool for agents), sigma-ralph-grindset (`claude --print` as LLM backend), and db-harness (Bun-native dual-database skill pattern).

aiagentllm
0
0
smart-knowledge-systems
RAG.md

Loop #1 – RAG Pipeline

Building a YouTube video RAG pipeline for an AI coach agent. The pipeline pulls transcripts from a specific YouTube channel, chunks them, embeds them, and stores them in a vector database for agent retrieval.

aiagentrag
0
0
gek007
RAG.md

packrat (development version)

- Update vendored `renv` to support recognition of Posit Package Manager

ai
0
0
rstudio
RAG.md

On Mac/Linux

`YOUR_OPENAI_API_KEY` or `YOUR_VECTOR_DB_CONFIGURATION` fill in the details specific to your setup.\*\*

aiprompteval
0
0
gonchigars
RAG.md

RAG-Lighter Wiki

> 轻量级模块化 RAG (检索增强生成) 框架完整文档

aiagentllm
0
5
stargazerwh
RAG.md

How to set up QMD for Claude

Here’s the full setup, step by step.

aimcpclaude
0
1
tsouche
RAG.md

Development Notes - AI Agent Server

- **Initial project structure and boilerplate**: Used AI to scaffold the basic Express.js server setup

aiagentllm
0
0
pratham-developer
RAG.md

Development Diary

Building a Document Similarity Server with CLI interface that:

aillmworkflow
0
0
Aristozer
RAG.md

Markdown VDB — Technology Decisions

Rust toolchain mapped to each functional area of the project. Every choice justifies **why this crate** for **this requirement**.

aiagentopenai
0
0
geckse
RAG.md

COSMIC Command Line Interface

Complete reference for the `cosmic` CLI tool.

aillm
0
0
manceps
RAG.md

Technical Documentation - NanoScope

- 🔗 **GitHub Repository**: [github.com/sagred/nano](https://github.com/sagred/nano)

airaggemini
0
0
nikbearbrown
RAG.md

extend_retrieval

Extending Retrieval in Terrier

aieval
0
0
terrier-org
RAG.md

softrag

**softrag** is a minimalist local-first Retrieval-Augmented Generation (RAG) library that uses SQLite with [sqlite-vec](https://github.com/asg017/sqlite-vec) for efficient storage of documents, embeddings, and cache in a single `.db` file.

airagprompt
0
0
JulioPeixoto
RAG.md

Quickly build Generative AI applications with Amazon Bedrock

This repository contains code samples for building diverse AI applications using Amazon Bedrock's foundation models. Learn how to accelerate projects in image and text generation and beyond.

airagprompt
0
0
build-on-aws
Page 1 of 2