Skip to content

Commit

Permalink
pdf example
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagomed committed Nov 1, 2023
1 parent 4807f73 commit 54743b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pdf/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async fn main() -> Result<()> {
args.file.split("/").last().unwrap().split(".").next().unwrap().to_string()
};

let pdf_records = Pdf::from_file(&args.file, false).spin()?.split(500);
let pdf_records = Pdf::from_file(&args.file, false).spin()?.split(99);
let bert = Bert::new().build_model_and_tokenizer().await?;

let qdrant = Qdrant::new("localhost", 6334);
Expand Down

0 comments on commit 54743b0

Please sign in to comment.