We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feca371 commit 5004e71Copy full SHA for 5004e71
docs/genai/04_how_to_guides/03_retrieval_augmented_generation.mdx
@@ -15,7 +15,7 @@ flowchart LR;
15
D["Text with embeddings similar to the prompt"]
16
E["Original prompt with added context"]
17
F["Response from LLM using context"]
18
- subgraph Retreival
+ subgraph Retrieval
19
direction TB
20
A-- "Embedding" -->B;
21
B-- "Look for similar embeddings" -->C;
0 commit comments