Skip to content

Commit

Permalink
Merge pull request #47 from denniszag/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 05-agentic-rag/README.md
  • Loading branch information
koreyspace authored Feb 18, 2025
2 parents b788df0 + 099d498 commit 33bfe52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 05-agentic-rag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Key differences from more advanced AI forms include:
Agentic RAG shines in scenarios requiring iterative refinement and precision:

1. **Correctness-First Environments:** In compliance checks, regulatory analysis, or legal research, the agentic model can repeatedly verify facts, consult multiple sources, and rewrite queries until it produces a thoroughly vetted answer.

2. **Complex Database Interactions:** When dealing with structured data where queries might often fail or need adjustment, the system can autonomously refine its queries using Azure SQL or Microsoft Fabric OneLake, ensuring the final retrieval aligns with the user’s intent.3. **Extended Workflows:** Longer-running sessions might evolve as new information surfaces. Agentic RAG can continuously incorporate new data, shifting strategies as it learns more about the problem space.
2. **Complex Database Interactions:** When dealing with structured data where queries might often fail or need adjustment, the system can autonomously refine its queries using Azure SQL or Microsoft Fabric OneLake, ensuring the final retrieval aligns with the user’s intent.
3. **Extended Workflows:** Longer-running sessions might evolve as new information surfaces. Agentic RAG can continuously incorporate new data, shifting strategies as it learns more about the problem space.

## Governance, Transparency, and Trust

Expand Down

0 comments on commit 33bfe52

Please sign in to comment.