Skip to content

Commit c22f025

Browse files
sutaakarFiona-Waters
authored andcommitted
Apply suggestions from code review
Co-authored-by: Fiona Waters <[email protected]>
1 parent 597f2c8 commit c22f025

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/rag-llm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Retrieval-Augmented Generation on OpenShift AI
22

3-
These examples shows how user can run Retrieval-Augmented Generation using Jupyter Notebooks provided by OpenShift AI.
3+
These examples show how a user can run Retrieval-Augmented Generation using Jupyter Notebooks provided by OpenShift AI.
44

5-
Simple example is based on HuggingFace blog - https://huggingface.co/blog/ngxson/make-your-own-rag
5+
The huggingface_rag example is based on this HuggingFace blog post - https://huggingface.co/blog/ngxson/make-your-own-rag
66

77

88
## Requirements

examples/rag-llm/huggingface_rag.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Setup\n",
99
"\n",
10-
"Install all needed dependencies."
10+
"Install all required dependencies."
1111
]
1212
},
1313
{

examples/rag-llm/sentence_transformers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"source": [
88
"# Setup\n",
99
"\n",
10-
"Install all needed dependencies."
10+
"Install all required dependencies."
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)