Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update auditqa/doc_process.py
Browse files- auditqa/doc_process.py +1 -0
auditqa/doc_process.py
CHANGED
@@ -16,6 +16,7 @@ def process_markdown():
|
|
16 |
markdown_splitter = MarkdownHeaderTextSplitter(headers_to_split_on=headers_to_split_on)
|
17 |
|
18 |
files = glob.glob(path_to_data+"*.md")
|
|
|
19 |
docs = []
|
20 |
for file in files:
|
21 |
print(file)
|
|
|
16 |
markdown_splitter = MarkdownHeaderTextSplitter(headers_to_split_on=headers_to_split_on)
|
17 |
|
18 |
files = glob.glob(path_to_data+"*.md")
|
19 |
+
print(files)
|
20 |
docs = []
|
21 |
for file in files:
|
22 |
print(file)
|