Skip to content

Correct issue where we treated sections as being 1 indexed

DErenrich requested to merge derenrich/fix-section-id-bug into main

Before this fix the extension returns this for a simple query:

Screenshot_2024-04-23_at_4.42.52_PM

After this fix it returns this:

Screenshot_2024-04-23_at_4.40.44_PM

The latter still isn't perfect (the quote really shouldn't include the template at the top). But much better as the quote at least contains the answer. (for some reason the AI still doesn't get it).

Edited by DErenrich

Merge request reports