We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9db3d commit cc1d24fCopy full SHA for cc1d24f
infrastructure/rag/values.yaml
@@ -112,6 +112,7 @@ backend:
112
ERROR_MESSAGES_NO_OR_EMPTY_COLLECTION: "No documents were provided for searching."
113
ERROR_MESSAGES_HARMFUL_QUESTION: "I'm sorry, but harmful requests cannot be processed."
114
ERROR_MESSAGES_NO_ANSWER_FOUND: "I'm sorry, I couldn't find an answer with the context provided."
115
+ ERROR_MESSAGE_EMPTY_MESSAGE: "I'm sorry, but I can't answer an empty question."
116
langfuse:
117
LANGFUSE_DATASET_NAME: "rag_test_ds"
118
LANGFUSE_DATASET_FILENAME: "/app/test_data.json"
0 commit comments