annikwag commited on
Commit
a2f475d
·
verified ·
1 Parent(s): 16d74db

Update appStore/prep_data.py

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