gpt-rag-ingestion api-frontend.instructions.md

gpt-rag-ingestion api-frontend.instructions.md is an instructions file for GitHub Copilot from Azure/gpt-rag-ingestion. It costs 208 tokens per session, scanned A, original, MIT.

Project guidance for an Azure document-ingestion service and its operator interface. The service prepares PDFs, images, spreadsheets, transcripts, and SharePoint documents for Azure AI Search, Microsoft's search service for finding information in stored content.

In plain words
What is it for?
It guides work on FastAPI endpoints, the operator dashboard, authentication, API responses, frontend types, loading and error states, polling, accessibility, and frontend checks.
Why use it?
It helps prevent API, authentication, frontend, testing, and error-handling changes from becoming inconsistent or exposing sensitive information.

Instructions file for GitHub Copilot

About the project

GPT-RAG Data Ingestion is a service that processes documents such as PDFs, images, spreadsheets, transcripts, and SharePoint files so they can be searched through Azure AI Search. It prepares data with format-specific chunking and text or image embeddings for multimodal retrieval in agent-based applications.

Azure/gpt-rag-ingestion · 189 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/azure/gpt-rag-ingestion/api-frontend
Clone the repo
git clone --depth 1 https://github.com/Azure/gpt-rag-ingestion

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gpt-rag-ingestion api-frontend.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/azure/gpt-rag-ingestion/api-frontend.svg)](https://agentmods.dev/instructions/azure/gpt-rag-ingestion/api-frontend)
Your own site
<a href="https://agentmods.dev/instructions/azure/gpt-rag-ingestion/api-frontend"><img src="https://agentmods.dev/badge/instructions/azure/gpt-rag-ingestion/api-frontend.svg" alt="Measured on agentmods" height="20"></a>
Per session 208 This file is loaded in full into every session.
When invoked 208 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00208 $0.00208
Opus 5 $0.00104 $0.00104
Sonnet 5 $0.00042 $0.00042
Haiku 4.5 $0.00021 $0.00021

Measured 5d ago against content hash 7006de08e269, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

gpt-rag-ingestion api-frontend.instructions.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/instructions/api-frontend.instructions.md · 23 lines

What it actually says

Operator API and dashboard

  • Keep FastAPI handlers thin and move reusable job, configuration, storage, or domain behavior to the owning module.
  • Preserve each established authentication boundary. Operator job and configuration mutations use the configured Admin role, while ingestion endpoints retain their API-key contract. Do not weaken authentication or broaden read exposure without an explicit security decision.
  • Validate external input and return actionable HTTP errors without leaking secrets, document content, or internal credentials.
  • Preserve API response compatibility or coordinate frontend and documentation updates in the same change.
  • Keep frontend types aligned with API payloads and reuse existing components, tokens, and interaction patterns.
  • Use the scripts in frontend/package.json: npm test, npm run lint, and npm run build.
  • Test loading, empty, success, failure, authorization, polling/timer cleanup, and accessibility-relevant behavior as applicable.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 23 lines · 208 tokens per session scan A 7006de08e269

Subscribe to this mod's changes

gpt-rag-ingestion api-frontend.instructions.md is an instructions file published in the GitHub repository Azure/gpt-rag-ingestion (189 stars, last pushed yesterday), licensed MIT. It adds 208 tokens to every session, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

GPT-RAG release.instructions.md

Instructions for Azure/GPT-RAG, a project described as: Enterprise-grade accelerator for agentic RAG on Azure. Built on Microsoft Foundry with Foundry IQ as the default retrieval backend, Microsoft Agent Framework orchestration, Zero-Trust architecture and IaC.

Azure/GPT-RAG · 207 tokens

RAGElo copilot-instructions.md

Instructions for zetaalphavector/RAGElo, covering copilot instructions — ragelo, project overview, commands, install for development and run with openai integration tests (requires openaiapikey).

zetaalphavector/RAGElo · 3,210 tokens

pdf-brain AGENTS.md

Instructions for joelhooks/pdf-brain, covering pdf-brain agent notes, libsql quirks, ai sdk pattern, key files and docs.

joelhooks/pdf-brain · 531 tokens

rag-code-mcp copilot-instructions.md

Instructions for doITmagic/rag-code-mcp, covering copilot instructions - ragcode mcp, ⚖️ the golden rule, project overview, architecture & patterns and developer workflows.

doITmagic/rag-code-mcp · 568 tokens

autonomous-rag CLAUDE.md

Claude Code instructions for BhavyaFattania/autonomous-rag, covering claude code configuration, rules, knowledge graph navigation (graphify-out/), design principles (derived from codebase audit) and build & test.

BhavyaFattania/autonomous-rag · 1,738 tokens

ragdocs-mcp copilot-instructions.md

Copilot instructions for andnp/ragdocs-mcp, covering github copilot instructions for mcp-markdown-ragdocs, project overview, technology stack, architecture and project layout.

andnp/ragdocs-mcp · 1,800 tokens