ppsingh commited on
Commit
43fa15b
·
verified ·
1 Parent(s): 9392032

Create search.py

Browse files
Files changed (1) hide show
  1. appStore/search.py +5 -0
appStore/search.py ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ from appStore.prep_utils import get_client
2
+
3
+ def hybrid_search(client, query):
4
+ print("wip")
5
+