Skip to content

Commit 5004e71

Browse files
committed
RAG & Embedding
1 parent feca371 commit 5004e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/genai/04_how_to_guides/03_retrieval_augmented_generation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flowchart LR;
1515
D["Text with embeddings similar to the prompt"]
1616
E["Original prompt with added context"]
1717
F["Response from LLM using context"]
18-
subgraph Retreival
18+
subgraph Retrieval
1919
direction TB
2020
A-- "Embedding" -->B;
2121
B-- "Look for similar embeddings" -->C;

0 commit comments

Comments
 (0)