Hey there,
i am currently creating a chatbot for our website with the Assistant API. In parallel i am working with a self designed GPTs for my development work. I gave both, the Assistant and the GPTs the same PDF sources.
The answers of my GPTs are awesome and it takes specific knowledge of my PDFs and generates perfectly matching answers.
When i try exact the same questions on my Assistant, he gives more general answers and doesn’t include the knowledge of the uploaded PDF’s.
Specific example:
I uploaded a PDF with specific offset values i need to configure, when integrating my sensor system into a robot. The GPTs included these exact offset values in the answer, but the assistant is not able to use these values for answering.
Assistant Configuration:
I tried gpt-4, gpt-4 0613 and gpt-4 1106-preview.
Only with the model gpt-4 1106-preview i am able to enable Retrieval.
Am i right that i need retrieval, that the Assistant uses my in the configuration panel uploaded PDF files or does this only refer to the files uploaded in the chat?
All of them are not giving the same quality of answers as the GPTs. gpt-4 turbo is not provided in my settings panel.
Does someone have suggestions if i am doing something wrong? In some forum articles people are saying it’s the other way around, the assistant gives much better answers.