We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f519f9b commit 8c94469Copy full SHA for 8c94469
1 file changed
notebooks/llms_rag.livemd
@@ -26,7 +26,7 @@ The first step is to download the text document, in this case we use an essay wr
26
```elixir
27
%{body: text} =
28
Req.get!(
29
- "https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/paul_graham/paul_graham_essay.txt"
+ "https://raw.githubusercontent.com/run-llama/llama_index/refs/heads/main/docs/examples/data/paul_graham/paul_graham_essay.txt"
30
)
31
32
IO.puts("Document length: #{String.length(text)}")
0 commit comments