Skip to content

Commit ed7b4f9

Browse files
committed
minor cleanup
1 parent 05f3739 commit ed7b4f9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/genai/04_how_to_guides/03_retrieval_augmented_generation.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The LLM now has the associated context it needs to generate an relevant response
4747

4848
You can run it to ask a question about a recent event that occurred after the knowledge cutoff for the dataset used to train the LLM:
4949
```sh
50-
ss19980@ITS-JQKQGQQMTX ~/D/p/r/g/rag (main)> uv run rag_basic.py \
50+
uv run rag_basic.py \
5151
https://en.wikipedia.org/wiki/2025_London_Marathon \
5252
"Which athletes won the 2025 London Marathon?"
5353
...
@@ -76,5 +76,4 @@ The athletes who won the 2025 London Marathon are:
7676
* **Wheelchair men:** Marcel Hug
7777
* **Wheelchair women:** Catherine Debrunner
7878
E20250611 14:32:54.595919 362220 server.cpp:47] [SERVER][BlockLock][] Process exit
79-
ss19980@ITS-JQKQGQQMTX ~/D/p/r/g/rag (main)>
8079
```

0 commit comments

Comments
 (0)