lingyit1108 commited on
Commit
8cbd452
·
1 Parent(s): dd6d0f9

corrected case-sensitive filename

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -20,7 +20,7 @@ def main():
20
  if not os.path.exists("./default.sqlite"):
21
 
22
  documents = SimpleDirectoryReader(
23
- input_files=["./raw_documents/HI_knowledge_base.pdf"]
24
  ).load_data()
25
 
26
  document = Document(text="\n\n".join([doc.text for doc in documents]))
 
20
  if not os.path.exists("./default.sqlite"):
21
 
22
  documents = SimpleDirectoryReader(
23
+ input_files=["./raw_documents/HI_Knowledge_Base.pdf"]
24
  ).load_data()
25
 
26
  document = Document(text="\n\n".join([doc.text for doc in documents]))