Skip to content

Commit

Permalink
fix: change path from file to folder (#6479)
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a5dfff825f60435ec466ce6a7b39787005d7ca96
  • Loading branch information
berkecanrizai authored and Manul from Pathway committed May 19, 2024
1 parent 7e6a329 commit 234dffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pipelines/gpt_4o_multimodal_rag/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


if __name__ == "__main__":
path = "./data/20230203_alphabet_10K.pdf"
path = "./data/"

folder = pw.io.fs.read(
path=path,
Expand Down

0 comments on commit 234dffc

Please sign in to comment.