Skip to content

Commit

Permalink
style: rename DeepSeek_R1.pdf to deepseek_r1.pdf (#316)
Browse files Browse the repository at this point in the history
* style: rename DeepSeek_R1.pdf to deepseek_r1.pdf

* fix: update pdf_agent.rs
  • Loading branch information
0xMochan authored Feb 24, 2025
1 parent 67dfae9 commit 44c3971
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion rig-core/examples/pdf_agent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async fn main() -> Result<()> {
let documents_dir = std::env::current_dir()?.join("rig-core/examples/documents");

let pdf_chunks =
load_pdf(documents_dir.join("DeepSeek_R1.pdf")).context("Failed to load pdf documents")?;
load_pdf(documents_dir.join("deepseek_r1.pdf")).context("Failed to load pdf documents")?;

println!("Successfully loaded and chunked PDF documents");

Expand Down

0 comments on commit 44c3971

Please sign in to comment.