Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ async def start_chat():
|
|
74 |
|
75 |
# Initialize shared resources if they haven't been initialized yet
|
76 |
if global_retriever is None:
|
77 |
-
pdf_path= r"
|
78 |
text = extract_text_from_pdf(pdf_path)
|
79 |
|
80 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=100)
|
|
|
74 |
|
75 |
# Initialize shared resources if they haven't been initialized yet
|
76 |
if global_retriever is None:
|
77 |
+
pdf_path= r"GlobalThreatReport2024_CrowdStrike.pdf"
|
78 |
text = extract_text_from_pdf(pdf_path)
|
79 |
|
80 |
text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=100)
|