Spaces:
Sleeping
Sleeping
Update appStore/prep_data.py
Browse files- appStore/prep_data.py +2 -0
appStore/prep_data.py
CHANGED
@@ -2,6 +2,8 @@ import pandas as pd
|
|
2 |
path_to_data = "./docStore/"
|
3 |
from appStore.prep_utils import create_chunks
|
4 |
from appStore.search import hybrid_search
|
|
|
|
|
5 |
|
6 |
def process_iati():
|
7 |
"""
|
|
|
2 |
path_to_data = "./docStore/"
|
3 |
from appStore.prep_utils import create_chunks
|
4 |
from appStore.search import hybrid_search
|
5 |
+
from datetime import datetime
|
6 |
+
|
7 |
|
8 |
def process_iati():
|
9 |
"""
|