DurgaDeepak commited on
Commit
6375eee
·
verified ·
1 Parent(s): de783ec

Create ingestion.py

Browse files
Files changed (1) hide show
  1. ingestion.py +4 -0
ingestion.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ from utils import extract_text_from_pdfs
2
+
3
+ def ingest():
4
+ return extract_text_from_pdfs("meal_plans")