prashant
commited on
Commit
•
2a8e40d
1
Parent(s):
63da636
import path fix
Browse files
appStore/keyword_search.py
CHANGED
@@ -5,8 +5,8 @@ sys.path.append('../utils')
|
|
5 |
import streamlit as st
|
6 |
import json
|
7 |
import logging
|
8 |
-
from utils.
|
9 |
-
from utils.
|
10 |
|
11 |
def app():
|
12 |
|
|
|
5 |
import streamlit as st
|
6 |
import json
|
7 |
import logging
|
8 |
+
from utils.lexical_search import runLexicalPreprocessingPipeline, lexical_search
|
9 |
+
from utils.semantic_search import runSemanticPreprocessingPipeline, semantic_search
|
10 |
|
11 |
def app():
|
12 |
|