MikeCraBash commited on
Commit
50a2078
1 Parent(s): ecbe7ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ load_dotenv()
15
 
16
  # RAG pipeline imports and setup code
17
  # Get the DeveloperWeek PDF file (future implementation: direct download from URL)
18
- from langchain.document_loaders import PyMuPDFLoader
19
 
20
  # Adjust the URL to the direct download format
21
  file_id = "1JeA-w4kvbI3GHk9Dh_j19_Q0JUDE7hse"
 
15
 
16
  # RAG pipeline imports and setup code
17
  # Get the DeveloperWeek PDF file (future implementation: direct download from URL)
18
+ from langchain_community.document_loaders import PyMuPDFLoader
19
 
20
  # Adjust the URL to the direct download format
21
  file_id = "1JeA-w4kvbI3GHk9Dh_j19_Q0JUDE7hse"