peter2000 commited on
Commit
e21ac83
1 Parent(s): c992322

Update appStore/keyword_search.py

Browse files
Files changed (1) hide show
  1. appStore/keyword_search.py +3 -0
appStore/keyword_search.py CHANGED
@@ -13,6 +13,9 @@ import numpy as np
13
  import streamlit as st
14
  import pandas as pd
15
  from sklearn.feature_extraction import _stop_words
 
 
 
16
  import string
17
  from tqdm.autonotebook import tqdm
18
  import numpy as np
 
13
  import streamlit as st
14
  import pandas as pd
15
  from sklearn.feature_extraction import _stop_words
16
+ from haystack.document_stores import InMemoryDocumentStore
17
+ from haystack.pipelines import ExtractiveQAPipeline
18
+ from haystack.nodes import FARMReader, TfidfRetriever
19
  import string
20
  from tqdm.autonotebook import tqdm
21
  import numpy as np