NEXAS commited on
Commit
ab33eeb
·
verified ·
1 Parent(s): cd4fff6

Update src/utils/ingest_text.py

Browse files
Files changed (1) hide show
  1. 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