From 779c5dc66b97013e64dcb57d10352443df121c8d Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Thu, 16 Feb 2023 00:16:57 +0000 Subject: [PATCH] Format Python code with psf/black push --- models/search_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/search_model.py b/models/search_model.py index c985e07..5180939 100644 --- a/models/search_model.py +++ b/models/search_model.py @@ -121,7 +121,7 @@ class Search: # Save this temp file to an actual file that we can put into something else to read it documents = SimpleDirectoryReader(input_files=[f.name]).load_data() for document in documents: - document.extra_info = {"URL": url} + document.extra_info = {"URL": url} print("Loaded the PDF document data") # Delete the temporary file