Skip to content

Commit b4dbeb3

Browse files
committed
Added Agentic Retrieval architecture diagram
1 parent 33c9852 commit b4dbeb3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
60.1 KB
Loading

articles/search/search-agentic-retrieval-concept.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Agentic retrieval invokes the entire query processing pipeline multiple times fo
4949

5050
Agentic retrieval is designed for a conversational search experience that includes an LLM. An important part of agentic retrieval is that an entire chat conversation can be included as inputs in subsequent queries, providing context and nuance for more relevant responses.
5151

52-
<!-- Insert architecture diagram here -->
52+
:::image type="content" source="media/agentic-retrieval/agentic-retrieval-architecture.png" alt-text="Diagram of agentic retrieval workflow using an example query." lightbox="media/agentic-retrieval/agentic-retrieval-architecture.png" :::
53+
5354
Agentic retrieval has these components:
5455

5556
| Component | Resource | Usage |

0 commit comments

Comments
 (0)