Home
last modified time | relevance | path

Searched hist:"661701 ee9039525690adc9c537cc48f68a48903b" (Results 1 – 2 of 2) sorted by relevance

/plugin/aichat/
H A Drenderer.php661701ee9039525690adc9c537cc48f68a48903b Tue Jun 25 17:56:01 UTC 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 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.

H A DEmbeddings.php661701ee9039525690adc9c537cc48f68a48903b Tue Jun 25 17:56:01 UTC 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 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.