Keyword search (#88)

* Add keyword search support

* Fix filters display

* Make documents appear immediately
This commit is contained in:
Chris Weaver
2023-06-05 22:25:15 -07:00
committed by GitHub
parent e202aa440e
commit e0ebdc2fc1
13 changed files with 442 additions and 282 deletions

View File

@@ -123,6 +123,7 @@ def get_application() -> FastAPI:
logger.info("Verifying query preprocessing (NLTK) data is downloaded")
nltk.download("stopwords")
nltk.download("wordnet")
nltk.download("punkt")
logger.info("Verifying public credential exists.")
create_initial_public_credential()