I have created a RAG for the HR policy document so that the chatbot can answer any user queries related to our company’s HR policy. However, when I ask a question about the policy, the chatbot searches general information on the web instead of retrieving answers from my vector database, unless I specifically the company name.
please assist how to force the AI to read only from my document
Oh ok no this is not enough to get accurate information. Can you share your workflow in a code block. There is a few ways to implement this so just want to see what you have currently so we can improve it for you
never search for information online
never use sources other than
always perform search on the provided knowledge base in the vector store
only use provided knowledge base to find answers