Skip to content

Commit 8c94469

Browse files
authored
Update URL to fetch Paul Graham essay (#447)
1 parent f519f9b commit 8c94469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/llms_rag.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The first step is to download the text document, in this case we use an essay wr
2626
```elixir
2727
%{body: text} =
2828
Req.get!(
29-
"https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/paul_graham/paul_graham_essay.txt"
29+
"https://raw.githubusercontent.com/run-llama/llama_index/refs/heads/main/docs/examples/data/paul_graham/paul_graham_essay.txt"
3030
)
3131

3232
IO.puts("Document length: #{String.length(text)}")

0 commit comments

Comments
 (0)