Spaces:
Sleeping
Sleeping
lingyit1108
commited on
Commit
·
8cbd452
1
Parent(s):
dd6d0f9
corrected case-sensitive filename
Browse files
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/
|
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]))
|