slackbot doesnt respond without citations/quotes (#1798)

* slackbot doesnt respond without citations/quotes

fixed logical issues

fixed dict logic

* added slackbot shim for the llm source/time feature

* mypy fixes

* slackbot doesnt respond without citations/quotes

fixed logical issues

fixed dict logic

* Update handle_regular_answer.py

* added bypass_filter check

* final fixes
This commit is contained in:
hagen-danswer
2024-07-10 17:18:26 -07:00
committed by GitHub
parent 511f619212
commit 47a550221f
18 changed files with 97 additions and 29 deletions

View File

@@ -402,7 +402,6 @@ configMap:
GEN_AI_MAX_TOKENS: ""
QA_TIMEOUT: "60"
MAX_CHUNKS_FED_TO_CHAT: ""
DISABLE_LLM_FILTER_EXTRACTION: ""
DISABLE_LLM_CHUNK_FILTER: ""
DISABLE_LLM_CHOOSE_SEARCH: ""
DISABLE_LLM_QUERY_REPHRASE: ""