Spaces:
Running
Running
Update src/utils/ingest_text.py
Browse files- src/utils/ingest_text.py +2 -2
src/utils/ingest_text.py
CHANGED
@@ -21,8 +21,8 @@ llamaparse_api_key = os.getenv("LLAMA_CLOUD_API_KEY")
|
|
21 |
groq_api_key = os.getenv("GROQ_API_KEY")
|
22 |
|
23 |
|
24 |
-
parsed_data_file = r"data/parsed_data.pkl"
|
25 |
-
output_md = r"data/output.md"
|
26 |
loki = r"data"
|
27 |
|
28 |
import pickle
|
|
|
21 |
groq_api_key = os.getenv("GROQ_API_KEY")
|
22 |
|
23 |
|
24 |
+
parsed_data_file = r"./data/parsed_data.pkl"
|
25 |
+
output_md = r"./data/output.md"
|
26 |
loki = r"data"
|
27 |
|
28 |
import pickle
|