Skip to content

Commit

Permalink
Fixed broken link in LLMs and RAG livebook (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
haavars authored Apr 22, 2024
1 parent c0d069c commit cb26c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/llms_rag.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The first step is to download the text document, in this case we use an essay wr
```elixir
%{body: text} =
Req.get!(
"https://raw.githubusercontent.com/run-llama/llama_index/main/docs/examples/data/paul_graham/paul_graham_essay.txt"
"https://raw.githubusercontent.com/run-llama/llama_index/main/docs/docs/examples/data/paul_graham/paul_graham_essay.txt"
)

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

0 comments on commit cb26c2d

Please sign in to comment.