I have instructed my chatbot to only address queries that are in scope in the documents I uploaded in the vector database. If the user asks a question that is out of scope, it should not try to troubleshoot the problem.
For example, there is no document in the database regarding turning on one’s laptop. So if the first query is “How do I turn on my laptop” it provides the expected answer, telling the user that it is out of their scope.
" Used Retrieval
It seems there is no specific information available in the provided documents regarding troubleshooting a laptop that won’t turn on.
For further assistance, please contact IT support at support2@webmd.zendesk.com. They will be able to provide you with the necessary help."
However, when there is more context or a previous conversation, it will try to give a general troubleshooting.
How could I enforce the chatbot’s ability to stay within scope no matter what