You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -429,8 +429,20 @@ Explore our extensive list of cutting-edge RAG techniques:
429
429
430
430
### 🏗️ Advanced Architectures
431
431
432
-
28. Graph RAG with Milvus Vector Database 🔍
433
-
-**Graph RAG with Milvus**: [<imgsrc="https://img.shields.io/badge/GitHub-View-blue"height="20">](https://github.com/NirDiamant/RAG_TECHNIQUES/blob/main/https://colab.research.google.com/github/NirDiamant/RAG_Techniques/blob/main/all_rag_techniques/graphrag_with_milvus_vectordb.ipynb)[<imgsrc="https://colab.research.google.com/assets/colab-badge.svg"height="20">](https://colab.research.google.com/github/NirDiamant/RAG_Techniques/blob/main/all_rag_techniques/graphrag_with_milvus_vectordb.ipynb)
Building production-ready agentic RAG pipelines for financial document analysis with Contextual AI's managed platform. This comprehensive tutorial demonstrates how to leverage agentic RAG to solve complex queries through intelligent query reformulation, document parsing, reranking, and grounded language models.
437
+
438
+
#### Implementation 🛠️
439
+
-**Document Parser**: Enterprise-grade parsing with vision models for complex tables, charts, and multi-page documents
440
+
-**Instruction-Following Reranker**: SOTA reranker with instruction-following capabilities for handling conflicting information
441
+
-**Grounded Language Model (GLM)**: World's most grounded LLM specifically engineered to minimize hallucinations for RAG use cases
442
+
-**LMUnit**: Natural language unit testing framework for evaluating and optimizing RAG system performance
443
+
444
+
29. Graph RAG with Milvus Vector Database 🔍
445
+
-**Graph RAG with Milvus**: [<imgsrc="https://img.shields.io/badge/GitHub-View-blue"height="20">](https://github.com/NirDiamant/RAG_TECHNIQUES/blob/main/all_rag_techniques/graphrag_with_milvus_vectordb.ipynb)[<imgsrc="https://colab.research.google.com/assets/colab-badge.svg"height="20">](https://colab.research.google.com/github/NirDiamant/RAG_Techniques/blob/main/all_rag_techniques/graphrag_with_milvus_vectordb.ipynb)
434
446
435
447
#### Overview 🔎
436
448
A simple yet powerful approach to implement Graph RAG using Milvus vector databases. This technique significantly improves performance on complex multi-hop questions by combining relationship-based retrieval with vector search and reranking.
@@ -441,7 +453,7 @@ Explore our extensive list of cutting-edge RAG techniques:
441
453
- Use an LLM to rerank retrieved relationships based on their relevance to the query
442
454
- Retrieve the final passages based on the most relevant relationships
@@ -451,7 +463,7 @@ Explore our extensive list of cutting-edge RAG techniques:
451
463
#### Implementation 🛠️
452
464
Retrieve entities and their relationships from a knowledge graph relevant to the query, combining this structured data with unstructured text for more informative responses.
@@ -460,7 +472,7 @@ Explore our extensive list of cutting-edge RAG techniques:
460
472
#### Implementation 🛠️
461
473
• Analyze an input corpus by extracting entities, relationships from text units. generates summaries of each community and its constituents from the bottom-up.
462
474
463
-
31. RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval 🌳
475
+
32. RAPTOR: Recursive Abstractive Processing for Tree-Organized Retrieval 🌳
@@ -470,7 +482,7 @@ Explore our extensive list of cutting-edge RAG techniques:
470
482
#### Implementation 🛠️
471
483
Use abstractive summarization to recursively process and summarize retrieved documents, organizing the information in a tree structure for hierarchical context.
@@ -480,7 +492,7 @@ Explore our extensive list of cutting-edge RAG techniques:
480
492
#### Implementation 🛠️
481
493
• Implement a multi-step process including retrieval decision, document retrieval, relevance evaluation, response generation, support assessment, and utility evaluation to produce accurate, relevant, and useful outputs.
@@ -492,7 +504,7 @@ Explore our extensive list of cutting-edge RAG techniques:
492
504
493
505
## 🌟 Special Advanced Technique 🌟
494
506
495
-
34.**[Sophisticated Controllable Agent for Complex RAG Tasks 🤖](https://github.com/NirDiamant/Controllable-RAG-Agent)**
507
+
35.**[Sophisticated Controllable Agent for Complex RAG Tasks 🤖](https://github.com/NirDiamant/Controllable-RAG-Agent)**
496
508
497
509
#### Overview 🔎
498
510
An advanced RAG solution designed to tackle complex questions that simple semantic similarity-based retrieval cannot solve. This approach uses a sophisticated deterministic graph as the "brain" 🧠 of a highly controllable autonomous agent, capable of answering non-trivial questions from your own data.
0 commit comments