We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae7c6a commit 9b0e627Copy full SHA for 9b0e627
examples/openai/pdf_scraper_openai.py
@@ -32,7 +32,7 @@
32
33
pdf_scraper_graph = PDFScraperGraph(
34
prompt="Summarize the text and find the main topics",
35
- source="Laureaconanniaccademici.pdf",
+ source=source,
36
config=graph_config,
37
)
38
result = pdf_scraper_graph.run()
0 commit comments