Hello everyone,
I’m currently developing an AI assistant using software built on the OpenAI API, and I want it to include its own knowledge base. The OpenAI API provides the technical foundation, enabling advanced AI functionalities in the assistant. I have meticulously structured the knowledge document and crafted detailed prompts so the assistant can ideally access all relevant information directly from it.
However, I’m encountering an inconsistent issue when querying the assistant via the API: for simple questions that should be easily answered using the knowledge document, it sometimes works perfectly, and other times it doesn’t.
An example: When I ask, “Who owns the company you work for?” the assistant sometimes provides the correct answer and sometimes doesn’t. When I then ask if it knows who Max Mustermann (the company’s founder) is, the assistant will explain that Max Mustermann is the owner of the company. This indicates that it can access the knowledge document, but it does so inconsistently.
My question to the community: Do you have any tips or experiences with why the assistant might be accessing the knowledge base inconsistently?
I appreciate any insights and look forward to your advice and experiences.
Thank you in advance!