Documentation/Progress Notes

Revision as of 18:38, 26 February 2026 by Serdar.sanri (talk | contribs) (Replaced content with "= AI Attachments and RAG: End-to-End Guide = == 1. Purpose and scope == == 2. High-level overview == == 3. Attachment modes: “Full content” vs “RAG” == == 4. How documents are prepared for the AI == === 4.1 Storing and indexing === === 4.2 Full-content path === === 4.3 RAG path === == 5. How RAG retrieval works == === 5.1 Multi-query retrieval === === 5.2 Deduplication and limit === === 5.3 Where the chunk limit came from === === 5.4 Context budge...")

AI Attachments and RAG: End-to-End Guide

1. Purpose and scope

2. High-level overview

3. Attachment modes: “Full content” vs “RAG”

4. How documents are prepared for the AI

4.1 Storing and indexing

4.2 Full-content path

4.3 RAG path

5. How RAG retrieval works

5.1 Multi-query retrieval

5.2 Deduplication and limit

5.3 Where the chunk limit came from

5.4 Context budget

6. End-to-end flow (step by step)

7. Configuration (for operations / team)

8. Summary for clients

9. Related documentation