---
title: "RAG patterns (HE)"
source: "https://systems-analysis.info/int/RAG_patterns_(HE)"
wiki: "systems-analysis.info/int"
article: "RAG_patterns_(HE)"
language: "he"
categories:
  - "Category:Hebrew"
  - "Category:Large language models"
  - "Category:Prompt engineering"
revision_id: 6109
wiki_created_at: 2026-09-06T23:58:27Z
wiki_modified_at: 2026-09-06T23:58:27Z
downloaded_at: 2026-09-07T23:12:05Z
---

# RAG patterns (HE)

**RAG-פטרנים** (באנגלית: *RAG Patterns*) — הם אוסף של גישות ארכיטקטוניות ומתודולוגיות לבניית מערכות **Retrieval-Augmented Generation** (RAG). פטרנים אלה נועדו לפתור בעיות יסודיות של מודלי שפה גדולים (LLM), כגון הזיות, התיישנות ידע ומחסור בספציפיות דומיינית, באמצעות שילוב LLM עם מקורות נתונים חיצוניים הנגישים באופן דינמי<sup>[\[1\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-lewis2020-1)</sup>. האבולוציה של RAG עברה מצינורות לינאריים פשוטים למערכות מודולריות וסוכניות מורכבות<sup>[\[2\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-survey2024-2)</sup>.

## פטרני RAG עיקריים

עם התפתחות הטכנולוגיה, צמחו פטרני RAG רבים, שכל אחד מהם פותר משימות מסוימות ומציע פשרות שונות בין איכות, מהירות ועלות.

- **Classic RAG (RAG קלאסי)** — גישה בסיסית שבה בקשת המשתמש עוברת וקטוריזציה לצורך חיפוש קטעים (chunks) רלוונטיים ב-DB וקטורי; הקטעים שנמצאו מועברים ל-LLM יחד עם השאלה לצורך יצירת תשובה<sup>[\[1\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-lewis2020-1)</sup>.

<!-- -->

- **Multi‑Query RAG (שאילתות מרובות)** — ה-LLM מייצר מספר גרסאות מנוסחות מחדש/מדויקות יותר של השאילתה המקורית; החיפוש מתבצע לפי כל הגרסאות, התוצאות מאוחדות, מה שמגביר את השלמות (*recall*)<sup>[\[3\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-langchain-multiquery-3)</sup>.

<!-- -->

- **HyDE (Hypothetical Document Expansion)** — לצורך גישור על ה"פער הסמנטי" בין שאילתה קצרה למסמכים ארוכים. ה-LLM מייצר תחילה מסמך-תשובה "היפותטי", ולאחר מכן ה-embedding שלו משמש לחיפוש, מה שלעיתים קרובות משפר את איכות השליפה<sup>[\[4\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-hyde-4)</sup>.

<!-- -->

- **Hybrid Retrieval (חיפוש היברידי)** — שילוב של חיפוש סמנטי (וקטורי) ולקסיקלי (BM25). סכמות היברידיות הפכו לסטנדרט עבור מערכות production: חיפוש וקטורי מכסה התאמות סמנטיות, ו-BM25 מאתר מונחים/ID/ראשי תיבות מדויקים; התוצאות מאוחדות בשיטת fusion<sup>[\[5\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-weaviate-hybrid-5)[\[6\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-qdrant-hybrid-6)[\[7\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-milvus-fulltext-7)</sup>.

<!-- -->

- **Re‑ranking (דירוג מחדש)** — תהליך דו-שלבי: retriever מהיר מחזיר קבוצת מועמדים (לדוגמה, top‑100), לאחר מכן cross-encoder (או reranker אחר) מחשב מחדש את הרלוונטיות ובוחר את הטובים ביותר (לדוגמה, top‑5) עבור ה-LLM<sup>[\[8\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-nogueira2019-8)[\[9\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-cohere-rerank-9)</sup>.

<!-- -->

- **Query Routing (ניתוב שאילתות)** — במערכות עם מספר מקורות נתונים הטרוגניים (אינדקסים/DB/API שונים) השאילתה מופנית למקור הטוב ביותר באמצעות router (סלקטור מבוסס LLM או מסווג); כולל אסטרטגיות fallback<sup>[\[10\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-llama-router-10)</sup>.

<!-- -->

- **Agentic/Web RAG (RAG סוכני)** — ה-LLM פועל כסוכן: מפרק שאלות מורכבות, מתכנן איטרציות ומשתמש בכלים (חיפוש וקטורי, חיפוש ברשת) עם משוב. מימוש טיפוסי — פרדיגמת ReAct<sup>[\[11\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-react-11)</sup>; לאיסוף מוכוון-אינטרנט עם ציטוט חובה ראו WebGPT<sup>[\[12\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-webgpt-12)</sup>.

### פרדיגמות קרובות ומתפתחות

- **GraphRAG (RAG גרפי)** — משתמש בגרף ידע כמקור ומנגנון בחירת הקשר; החיפוש עובר דרך מבנה הקשרים בין ישויות וטקסט, ומשפר פרשנות ואיכות על שאלות multi‑hop<sup>[\[13\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-graphrag-13)[\[14\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-graphrag-project-14)</sup>.
- **MM‑RAG (RAG מולטי-מודאלי)** — עבודה עם טקסט ומקורות ויזואליים (סריקות/תרשימים/טבלאות). דוגמה: VisRAG מדגים retrieval ויצירה מוכווני VLM על מסמכים מולטי-מודאליים<sup>[\[15\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-visrag-15)</sup>.
- **Packaging & Context Handling (אריזת הקשר)** — שיטות לשילוב קטעים שנמצאו ב-prompt: *Stuff*, *Map‑Reduce*, *Refine*, *Tree‑of‑Chunks (RAPTOR)*<sup>[\[16\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-raptor-16)</sup>.

## טבלת השוואה של פטרנים

| פטרן                 | מתי ליישם                                        | השפעה על האיכות                                                                                                                                                                                                                                                                                                  | עלות / זמן תגובה | סיכונים ומגבלות                                  |
|----------------------|--------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------|--------------------------------------------------|
| **Classic RAG**      | PoC ו-Q&A פשוטים על בסיס הומוגני                 | רמה בסיסית; תלוי מאוד ב-embeddings<sup>[\[1\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-lewis2020-1)</sup>                                                                                                                                                                                  | נמוכה            | רגישות לניסוח; סיכון להקשר לא רלוונטי            |
| **Hybrid Retrieval** | ברוב תרחישי production; הרבה קודים/ראשי תיבות/ID | משפר שלמות; מכסה מונחים מדויקים<sup>[\[5\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-weaviate-hybrid-5)[\[6\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-qdrant-hybrid-6)[\[7\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-milvus-fulltext-7)</sup> | נמוכה/בינונית    | כיוון משקלי fusion; שני אינדקסים                 |
| **Re‑ranking**       | קריטי כשדיוק גבוה חשוב                           | שיפור משמעותי ב-precision על top‑k<sup>[\[8\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-nogueira2019-8)[\[9\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-cohere-rerank-9)</sup>                                                                                         | בינונית/גבוהה    | זמן תגובה/עלות נוספים                            |
| **Multi‑Query**      | שאילתות קצרות/רב-היבטיות                         | משפר recall<sup>[\[3\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-langchain-multiquery-3)</sup>                                                                                                                                                                                              | בינונית          | ניסוחים עודפים/רועשים                            |
| **HyDE**             | שאילתות קצרות/עמומות עם "פער סמנטי" גדול         | משפר איכות retrieval ב-*zero‑shot*<sup>[\[4\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-hyde-4)</sup>                                                                                                                                                                                       | בינונית          | תלוי באיכות הטקסט ה"היפותטי"                     |
| **Query Routing**    | מספר מקורות (בסיס מסמכים, SQL, API, אינטרנט)     | משפר רלוונטיות באמצעות מקור נכון<sup>[\[10\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-llama-router-10)</sup>                                                                                                                                                                               | בינונית          | שגיאת ניתוב = כישלון חיפוש                       |
| **Agentic/Web RAG**  | שאילתות מורכבות, אנליטיות, רב-שלביות             | פותר משימות מעבר לצינור לינארי<sup>[\[11\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-react-11)[\[12\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-webgpt-12)</sup>                                                                                                       | גבוהה            | מורכבות, סיכון לתקיעות בלולאה; דרושים guardrails |

השוואת פטרני RAG מרכזיים

## יישום מעשי וארכיטקטורה

### שלבי יישום

1.  **Proof of Concept (PoC):** התחל עם **Classic RAG** על קבוצת נתונים מוגבלת אך מייצגת, כדי לבדוק את איכות ה-embeddings וה-retrieval הבסיסי<sup>[\[1\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-lewis2020-1)</sup>.
2.  **Minimum Viable Product (MVP):** הטמע **Hybrid Retrieval** ו-**Re‑ranking** כיחס הטוב ביותר של "מאמץ/אפקט"<sup>[\[5\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-weaviate-hybrid-5)[\[8\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-nogueira2019-8)</sup>.
3.  **Production:** הוסף טרנספורמציות שאילתות (**HyDE**, **Multi‑Query**) ובמידת הצורך **Query Routing**; הגדר observability (לוגינג של retrieval/rerank/תשובות) וA/B testing<sup>[\[3\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-langchain-multiquery-3)[\[10\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-llama-router-10)</sup>.

### רכיבים מרכזיים

- **חלוקה לקטעים (Chunking):** אחד הגורמים הקריטיים ביותר לאיכות. גודל קבוע נאיבי לרוב קוטע יחידות סמנטיות. מומלצים מפצלים מבניים (לפי תגיות) או רקורסיביים (פסקה → משפט → מילה)<sup>[\[17\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-rcsplit-17)[\[18\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-llama-hier-18)</sup>.
- **Embeddings ומטא-נתונים:** אחסן עם כל קטע document_id, עמוד/קטע, כותרת, תאריכים; זה הכרחי לסינון וציטוט נכון של מקורות.
- **Hybrid retrieval וreranking:** השתמש ב-BM25+וקטור עם fusion (או RRF), ולאחר מכן cross-encoder לדירוג מחדש על מאגר מועמדים קטן<sup>[\[5\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-weaviate-hybrid-5)[\[6\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-qdrant-hybrid-6)[\[8\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-nogueira2019-8)</sup>.
- **אריזת הקשר:** בחר *Map‑Reduce*, *Refine* או *Tree‑of‑Chunks* עבור קורפוסים ארוכים<sup>[\[16\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-raptor-16)[\[18\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-llama-hier-18)</sup>.

### טעויות נפוצות (אנטי-פטרנים)

- **חיפוש וקטורי בלבד** ללא BM25 → כשלונות על קודים/ID/ראשי תיבות<sup>[\[5\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-weaviate-hybrid-5)[\[7\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-milvus-fulltext-7)</sup>.
- **קטע גדול/קטן מדי** → אובדן הקשר או "דילול" ה-embedding<sup>[\[17\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-rcsplit-17)</sup>.
- **היעדר reranking ב-production** → ה-LLM מקבל הקשר רועש<sup>[\[8\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-nogueira2019-8)</sup>.
- **אין observability** ומעקב מקורות → אי-אפשר לנתח סיבות שגיאות (ראו הערכת RAG).

## הערכת איכות ומטריקות

ההערכה מתבצעת ברמת ה-retriever (אופליין) ו-end‑to‑end (יצירה).

### מטריקות retriever

- **Hit Rate, Recall@k, MRR** — כיסוי ומיקום מסמכים רלוונטיים.
- **Context Precision & Recall** — עד כמה ההקשר שנשלף נקי מ"זבל" ומכסה את כל הנדרש (מיושם ב-RAGAS)<sup>[\[19\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-ragas-19)</sup>.

### מטריקות generator (end‑to‑end)

- **Faithfulness / Groundedness** — התאמת התשובה להקשר שסופק.
- **Answer Relevancy (רלוונטיות תשובה)** — התאמה לשאלה המקורית.

לאוטומציה של מטריקות משתמשים ב-frameworks בקוד פתוח: **RAGAS**, **TruLens** (*RAG triad*: context relevance, groundedness, answer relevance), **DeepEval**<sup>[\[20\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-trulens-20)[\[21\]](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_note-deepeval-21)</sup>.

## ראו גם

- Retrieval-Augmented Generation (RAG)
- מסדי נתונים וקטוריים
- Embedding
- סוכן AI
- GraphRAG
- MM-RAG
- הערכה ו-benchmarks של LLM

## ספרות

- Lewis, P., Perez, E., et al. (2020). *Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks*. NeurIPS. arXiv:2005.11401.
- Fan, W., Ding, Y., et al. (2024). *A Survey on RAG Meeting LLMs: Towards Retrieval-Augmented Large Language Models*. KDD. DOI:10.1145/3637528.3671470; arXiv:2405.06211.
- Gao, L., Ma, X., Lin, J., Callan, J. (2023). *Precise Zero‑Shot Dense Retrieval without Relevance Labels (HyDE)*. ACL 2023. ACL Anthology; arXiv:2212.10496.
- Nogueira, R., Cho, K. (2019). *Passage Re‑ranking with BERT*. arXiv:1901.04085.
- Weaviate Docs. *Hybrid search (BM25+Vector)*. <a href="https://docs.weaviate.io/weaviate/concepts/search/hybrid-search" class="external autonumber" rel="nofollow">[1]</a>.
- Qdrant Docs. *Hybrid Queries*. <a href="https://qdrant.tech/documentation/concepts/hybrid-queries/" class="external autonumber" rel="nofollow">[2]</a>.
- Milvus Docs. *Full‑Text Search* / *Hybrid Search*. <a href="https://milvus.io/docs/full-text-search.md" class="external autonumber" rel="nofollow">[3]</a> / <a href="https://milvus.io/docs/hybrid_search_with_milvus.md" class="external autonumber" rel="nofollow">[4]</a>.
- LangChain Docs. *MultiQueryRetriever*. <a href="https://python.langchain.com/docs/how_to/MultiQueryRetriever/" class="external autonumber" rel="nofollow">[5]</a>.
- Cohere Docs. *Rerank — best practices*. <a href="https://docs.cohere.com/docs/reranking-best-practices" class="external autonumber" rel="nofollow">[6]</a>.
- LlamaIndex Docs. *Routing (query routers/selectors)*. <a href="https://docs.llamaindex.ai/en/stable/module_guides/querying/router/" class="external autonumber" rel="nofollow">[7]</a>.
- Yao, S., et al. (2023). *ReAct: Synergizing Reasoning and Acting in Language Models*. ICLR. arXiv:2210.03629.
- Nakano, R., et al. (2021). *WebGPT: Browser‑assisted question‑answering with human feedback*. arXiv:2112.09332.
- Microsoft Research Blog. *GraphRAG: Unlocking LLM discovery on narrative private data*. (2024). <a href="https://www.microsoft.com/en-us/research/blog/graphrag-unlocking-llm-discovery-on-narrative-private-data/" class="external autonumber" rel="nofollow">[8]</a>.
- Microsoft Research. *Project GraphRAG*. (2024). <a href="https://www.microsoft.com/en-us/research/project/graphrag/" class="external autonumber" rel="nofollow">[9]</a>.
- Yu, S., et al. (2024). *VisRAG: Vision‑based Retrieval‑augmented Generation on Multi‑modality Documents*. arXiv:2410.10594.
- Sarthi, P., et al. (2024). *RAPTOR: Recursive Abstractive Processing for Tree‑Organized Retrieval*. arXiv:2401.18059.
- Es, S., et al. (2024). *RAGAs: Automated Evaluation of Retrieval Augmented Generation*. EACL (Demo). <a href="https://aclanthology.org/2024.eacl-demo.16/" class="external autonumber" rel="nofollow">[10]</a>.
- TruLens Docs. *RAG Triad*. <a href="https://www.trulens.org/getting_started/core_concepts/rag_triad/" class="external autonumber" rel="nofollow">[11]</a>.
- DeepEval (GitHub). *The LLM Evaluation Framework*. <a href="https://github.com/confident-ai/deepeval" class="external autonumber" rel="nofollow">[12]</a>.
- LangChain Docs. *RecursiveCharacterTextSplitter*. <a href="https://python.langchain.com/docs/how_to/recursive_text_splitter/" class="external autonumber" rel="nofollow">[13]</a>.
- LlamaIndex Docs. *HierarchicalNodeParser*; *Response Synthesis (Tree/Refine)*. <a href="https://docs.llamaindex.ai/en/stable/api/llama_index.core.node_parser.HierarchicalNodeParser.html" class="external autonumber" rel="nofollow">[14]</a>; <a href="https://docs.llamaindex.ai/en/stable/examples/low_level/response_synthesis/" class="external autonumber" rel="nofollow">[15]</a>.

## הערות

1.  <span id="cite_note-lewis2020-1">↑ <sup>[1.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-lewis2020_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-lewis2020_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-lewis2020_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-lewis2020_1-3)</sup> Lewis, P., Perez, E., et al. (2020). *Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks*. NeurIPS. arXiv:2005.11401.</span>
2.  <span id="cite_note-survey2024-2">[↑](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-survey2024_2-0) Fan, W., Ding, Y., et al. (2024). *A Survey on RAG Meeting LLMs: Towards Retrieval-Augmented Large Language Models*. KDD. DOI:10.1145/3637528.3671470; arXiv:2405.06211.</span>
3.  <span id="cite_note-langchain-multiquery-3">↑ <sup>[3.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-langchain-multiquery_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-langchain-multiquery_3-1)</sup> <sup>[3.2](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-langchain-multiquery_3-2)</sup> LangChain Docs. *MultiQueryRetriever*. <a href="https://python.langchain.com/docs/how_to/MultiQueryRetriever/" class="external free" rel="nofollow">https://python.langchain.com/docs/how_to/MultiQueryRetriever/</a></span>
4.  <span id="cite_note-hyde-4">↑ <sup>[4.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-hyde_4-0)</sup> <sup>[4.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-hyde_4-1)</sup> Gao, L., Ma, X., Lin, J., Callan, J. (2023). *Precise Zero‑Shot Dense Retrieval without Relevance Labels*. ACL 2023. arXiv:2212.10496; ACL Anthology: 2023.acl‑long.99.</span>
5.  <span id="cite_note-weaviate-hybrid-5">↑ <sup>[5.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-weaviate-hybrid_5-0)</sup> <sup>[5.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-weaviate-hybrid_5-1)</sup> <sup>[5.2](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-weaviate-hybrid_5-2)</sup> <sup>[5.3](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-weaviate-hybrid_5-3)</sup> <sup>[5.4](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-weaviate-hybrid_5-4)</sup> Weaviate Docs. *Hybrid search (BM25+Vector)*. <a href="https://docs.weaviate.io/weaviate/concepts/search/hybrid-search" class="external free" rel="nofollow">https://docs.weaviate.io/weaviate/concepts/search/hybrid-search</a></span>
6.  <span id="cite_note-qdrant-hybrid-6">↑ <sup>[6.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-qdrant-hybrid_6-0)</sup> <sup>[6.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-qdrant-hybrid_6-1)</sup> <sup>[6.2](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-qdrant-hybrid_6-2)</sup> Qdrant Docs. *Hybrid Queries*. <a href="https://qdrant.tech/documentation/concepts/hybrid-queries/" class="external free" rel="nofollow">https://qdrant.tech/documentation/concepts/hybrid-queries/</a></span>
7.  <span id="cite_note-milvus-fulltext-7">↑ <sup>[7.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-milvus-fulltext_7-0)</sup> <sup>[7.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-milvus-fulltext_7-1)</sup> <sup>[7.2](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-milvus-fulltext_7-2)</sup> Milvus Docs. *Full‑Text Search* и *Hybrid Search*. <a href="https://milvus.io/docs/full-text-search.md" class="external free" rel="nofollow">https://milvus.io/docs/full-text-search.md</a>; <a href="https://milvus.io/docs/hybrid_search_with_milvus.md" class="external free" rel="nofollow">https://milvus.io/docs/hybrid_search_with_milvus.md</a></span>
8.  <span id="cite_note-nogueira2019-8">↑ <sup>[8.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-nogueira2019_8-0)</sup> <sup>[8.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-nogueira2019_8-1)</sup> <sup>[8.2](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-nogueira2019_8-2)</sup> <sup>[8.3](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-nogueira2019_8-3)</sup> <sup>[8.4](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-nogueira2019_8-4)</sup> Nogueira, R., Cho, K. (2019). *Passage Re‑ranking with BERT*. arXiv:1901.04085.</span>
9.  <span id="cite_note-cohere-rerank-9">↑ <sup>[9.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-cohere-rerank_9-0)</sup> <sup>[9.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-cohere-rerank_9-1)</sup> Cohere Docs. *Rerank — best practices*. <a href="https://docs.cohere.com/docs/reranking-best-practices" class="external free" rel="nofollow">https://docs.cohere.com/docs/reranking-best-practices</a></span>
10. <span id="cite_note-llama-router-10">↑ <sup>[10.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-llama-router_10-0)</sup> <sup>[10.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-llama-router_10-1)</sup> <sup>[10.2](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-llama-router_10-2)</sup> LlamaIndex Docs. *Routing (query routers/selectors)*. <a href="https://docs.llamaindex.ai/en/stable/module_guides/querying/router/" class="external free" rel="nofollow">https://docs.llamaindex.ai/en/stable/module_guides/querying/router/</a></span>
11. <span id="cite_note-react-11">↑ <sup>[11.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-react_11-0)</sup> <sup>[11.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-react_11-1)</sup> Yao, S., et al. (2023). *ReAct: Synergizing Reasoning and Acting in Language Models*. ICLR 2023. arXiv:2210.03629.</span>
12. <span id="cite_note-webgpt-12">↑ <sup>[12.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-webgpt_12-0)</sup> <sup>[12.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-webgpt_12-1)</sup> Nakano, R., et al. (2021). *WebGPT: Browser‑assisted question‑answering with human feedback*. arXiv:2112.09332.</span>
13. <span id="cite_note-graphrag-13">[↑](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-graphrag_13-0) Microsoft Research Blog. *GraphRAG: Unlocking LLM discovery on narrative private data*. 2024. <a href="https://www.microsoft.com/en-us/research/blog/graphrag-unlocking-llm-discovery-on-narrative-private-data/" class="external free" rel="nofollow">https://www.microsoft.com/en-us/research/blog/graphrag-unlocking-llm-discovery-on-narrative-private-data/</a></span>
14. <span id="cite_note-graphrag-project-14">[↑](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-graphrag-project_14-0) Microsoft Research. *Project GraphRAG*. <a href="https://www.microsoft.com/en-us/research/project/graphrag/" class="external free" rel="nofollow">https://www.microsoft.com/en-us/research/project/graphrag/</a></span>
15. <span id="cite_note-visrag-15">[↑](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-visrag_15-0) Yu, S., et al. (2024). *VisRAG: Vision‑based Retrieval‑augmented Generation on Multi‑modality Documents*. arXiv:2410.10594; OpenReview: zG459X3Xge.</span>
16. <span id="cite_note-raptor-16">↑ <sup>[16.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-raptor_16-0)</sup> <sup>[16.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-raptor_16-1)</sup> Sarthi, P., et al. (2024). *RAPTOR: Recursive Abstractive Processing for Tree‑Organized Retrieval*. arXiv:2401.18059.</span>
17. <span id="cite_note-rcsplit-17">↑ <sup>[17.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-rcsplit_17-0)</sup> <sup>[17.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-rcsplit_17-1)</sup> LangChain Docs. *RecursiveCharacterTextSplitter*. <a href="https://python.langchain.com/docs/how_to/recursive_text_splitter/" class="external free" rel="nofollow">https://python.langchain.com/docs/how_to/recursive_text_splitter/</a></span>
18. <span id="cite_note-llama-hier-18">↑ <sup>[18.0](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-llama-hier_18-0)</sup> <sup>[18.1](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-llama-hier_18-1)</sup> LlamaIndex Docs. *HierarchicalNodeParser* и *Tree Summarization*. <a href="https://docs.llamaindex.ai/en/stable/api/llama_index.core.node_parser.HierarchicalNodeParser.html" class="external free" rel="nofollow">https://docs.llamaindex.ai/en/stable/api/llama_index.core.node_parser.HierarchicalNodeParser.html</a>; <a href="https://docs.llamaindex.ai/en/stable/examples/low_level/response_synthesis/" class="external free" rel="nofollow">https://docs.llamaindex.ai/en/stable/examples/low_level/response_synthesis/</a></span>
19. <span id="cite_note-ragas-19">[↑](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-ragas_19-0) Es, S., et al. (2024). *RAGAs: Automated Evaluation of Retrieval Augmented Generation*. EACL (Demo). <a href="https://aclanthology.org/2024.eacl-demo.16/" class="external free" rel="nofollow">https://aclanthology.org/2024.eacl-demo.16/</a></span>
20. <span id="cite_note-trulens-20">[↑](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-trulens_20-0) TruLens Docs. *RAG Triad*. <a href="https://www.trulens.org/getting_started/core_concepts/rag_triad/" class="external free" rel="nofollow">https://www.trulens.org/getting_started/core_concepts/rag_triad/</a></span>
21. <span id="cite_note-deepeval-21">[↑](https://systems-analysis.info/int/RAG_patterns_(HE)#cite_ref-deepeval_21-0) DeepEval (GitHub). <a href="https://github.com/confident-ai/deepeval" class="external free" rel="nofollow">https://github.com/confident-ai/deepeval</a></span>
