Galatea007 commited on
Commit
af0a731
·
verified ·
1 Parent(s): 060c6af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"/mnt/c/Users/dina_/Dropbox/Cyber/CTI/GlobalThreatReport2024.pdf"
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)