Skip to content

Commit

Permalink
add destination to pdf to fix the example header
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash committed Jan 16, 2024
1 parent 45f5253 commit cceec59
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/website/docs/examples/pdf_to_weaviate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import Header from '../_examples-header.md';
<Header
intro="This example demonstrates how to extract text from PDF files and load it into Weaviate vector database."
slug="pdf_to_weaviate"
install_comment="with weaviate and PyPDF2"
install_packages='PyPDF2 "dlt[weaviate]"'
destination="duckdb"
run_file="pdf_to_weaviate" />

## Example code
Expand Down

0 comments on commit cceec59

Please sign in to comment.