History log of /plugin/aichat/renderer.php (Results 1 – 3 of 3)
Revision Date Author Comments
# 10ce0ca9 05-Dec-2024 Andreas Gohr <andi@splitbrain.org>

exclude page parts from indexing using a regex


# f93272b9 25-Jun-2024 Andreas Gohr <andi@splitbrain.org>

auto codestyle cleanup


# 661701ee 25-Jun-2024 Andreas Gohr <andi@splitbrain.org>

Use custom renderer when creating embeddings

Rendering makes plugin output available and and handles includes. It
might also help with #15.
The renderer uses markdown like output since all LLMs seem

Use custom renderer when creating embeddings

Rendering makes plugin output available and and handles includes. It
might also help with #15.
The renderer uses markdown like output since all LLMs seem to be very
familiar with it's syntax. This might help them to understand the
document structure better.
This also adds a breadcrumb trail at the top of each chunk which might
help with contextulization as well.

show more ...