Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Dec 6, 2024
1 parent dc7d154 commit 9d3952e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ApplicationRunner init(VectorStore vectorStore) {
var javaDocuments = tokenTextSplitter.apply(javaTextReader.get());

var pdfDocumentReaderConfig = PdfDocumentReaderConfig.builder()
.withPageExtractedTextFormatter(new ExtractedTextFormatter.Builder().build())
.withPageExtractedTextFormatter(ExtractedTextFormatter.builder().build())
.withPagesPerDocument(0)
.build();

Expand Down

0 comments on commit 9d3952e

Please sign in to comment.