Spaces:
Sleeping
Sleeping
Create ingestion.py
Browse files- 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")
|