Hi everyone, I've tried this content of build chatbot with LlamaIndex, then I want to avoid answering totally irrelevant questions.
There were 2 things I've already tried,
- Put an request to avoid answering irrelevant questions
- Make query checker with LlamaIndex such as "Is this query relevant {context theme}?" or "if the query try to make us answer general irrelevant questions, stop answering". But it didn't work well. If you have some knowledges for that, that would be helpful.