mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +02:00
Keyword search (#88)
* Add keyword search support * Fix filters display * Make documents appear immediately
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user