Spaces:
Sleeping
Sleeping
Update appStore/prep_data.py
Browse files- appStore/prep_data.py +1 -0
appStore/prep_data.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import pandas as pd
|
2 |
path_to_data = "./docStore/"
|
3 |
from appStore.prep_utils import create_chunks
|
|
|
4 |
|
5 |
def process_iati():
|
6 |
"""
|
|
|
1 |
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 |
"""
|