From 234dffc0b322db3f633993a7d7e02b6ef980b577 Mon Sep 17 00:00:00 2001 From: berkecanrizai <63911408+berkecanrizai@users.noreply.github.com> Date: Sun, 19 May 2024 13:29:05 +0300 Subject: [PATCH] fix: change path from file to folder (#6479) GitOrigin-RevId: a5dfff825f60435ec466ce6a7b39787005d7ca96 --- examples/pipelines/gpt_4o_multimodal_rag/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/pipelines/gpt_4o_multimodal_rag/app.py b/examples/pipelines/gpt_4o_multimodal_rag/app.py index 66b7deb..efa7044 100644 --- a/examples/pipelines/gpt_4o_multimodal_rag/app.py +++ b/examples/pipelines/gpt_4o_multimodal_rag/app.py @@ -24,7 +24,7 @@ if __name__ == "__main__": - path = "./data/20230203_alphabet_10K.pdf" + path = "./data/" folder = pw.io.fs.read( path=path,