Skip to content

Commit 1922cc0

Browse files
Merge pull request #1680 from madeline-underwood/patch-3
Typo
2 parents fc9ddef + 77039fe commit 1922cc0

File tree

1 file changed

+1
-1
lines changed
  • content/learning-paths/servers-and-cloud-computing/copilot-extension

1 file changed

+1
-1
lines changed

content/learning-paths/servers-and-cloud-computing/copilot-extension/1-rag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The basic flow of a RAG system includes:
1818

1919
The benefits of a RAG system center around improved factual accuracy of responses and the ability to integrate up-to-date information, as you can update the knowledge base without retraining the model.
2020

21-
Most importantly, RAG lets you provide reference links to the user, showing the user where the information originates. This not only build trust with users but also serves as a pathway for further exploration of the source material.
21+
Most importantly, RAG lets you provide reference links to the user, showing the user where the information originates. This not only builds trust with users but also serves as a pathway for further exploration of the source material.
2222

2323
## What are the challenges of building a RAG system?
2424

0 commit comments

Comments
 (0)