Hello Convai team,
I have been working with several avatars and testing different document structures in the knowledge base, but the system is not responding correctly to the uploaded content.
This problem also occurred a long time ago, but then it worked very well, using Markdown structures, it was always accurate in its responses.
Chat ID: 7685b42a-84f4-11f0-bd70-42010a7be01f
Main problem
When the document includes structured information—for example, a program with daily schedules—the model mixes information from different parts of the text.
If I ask it something specific like “What is Monday’s program?”, the AI responds with a confusing combination of data from Monday, Tuesday, or Wednesday, and even makes up parts.
Details observed
I have tried multiple formats: plain text, Markdown, lists, block separations, clear headings, etc.
Regardless of the format, the model does not distinguish sections well or correctly associate contextual data.
The result is inconsistent, mixed, or incorrect answers, even to very simple questions.
This makes the system unusable for structured or sequential information such as schedules, programs, or event listings.
Example
Question: “What activities are there on Monday?”
Expected response: only those on Monday.
Actual response: mix of Monday + Tuesday + Wednesday.
Request
Could you review how the internal document indexing or segmentation system is working?
It would be very helpful.