| 10ce0ca9 | 05-Dec-2024 |
Andreas Gohr <andi@splitbrain.org> |
exclude page parts from indexing using a regex |
| 85b60323 | 18-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 078e45cc | 18-Nov-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| e7611489 | 18-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Fix PT-BR Translation
As stated in https://github.com/dokuwiki/dokuwiki/pull/4353, I believe I created the translation on the wrong language (PT instead of PT-BR), so as this is specific to PT-BR I'
Fix PT-BR Translation
As stated in https://github.com/dokuwiki/dokuwiki/pull/4353, I believe I created the translation on the wrong language (PT instead of PT-BR), so as this is specific to PT-BR I've renamed it.
show more ...
|
| 726299cb | 18-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Translate error message |
| cd01a6c3 | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4b794a5b | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated Ollama models
I only added a couple of popular ones. It's hard to find the context and dimension limits. |
| 10789c17 | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
support the Google Gemini API |
| 17dace4d | 14-Nov-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated model definitions |
| 1ec3b86c | 13-Nov-2024 |
Eduardo Mozart de Oliveira <eduardomozart182@gmail.com> |
translation update |
| d7a2471b | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Update VoyageAI multilingual model |
| ce8a8011 | 13-Nov-2024 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Add missing field for "Ollama" model configuration |
| 700e2d34 | 29-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 666b8ea7 | 29-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
added configurable custom prompt
This makes it easier to add to the existing internal prompt instead of completely overwriting it using the localization mechanism. |
| 120aaf7a | 22-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 22a3672c | 22-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
store embedding meta data on start
This way errors during the a new embedding run will not trigger a clear index on retry |
| 8502e301 | 22-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
retry failed QDrant queries
hosted qdrant seems to be a bit unreliable. retrying might help. |
| c2f55081 | 22-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
show used query when doing similarity queries |
| ae09ced4 | 22-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
updated model lists
This adds a CLI tool to fetch some model data from @BerriAI/litellm |
| f64fd6f4 | 04-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 5d8f4049 | 04-Jul-2024 |
Andreas Gohr <andi@splitbrain.org> |
monkey patching vanderlee/php-sentence#/27 |
| 8a9be4fb | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3d0d0e2b | 25-Jun-2024 |
Andreas Gohr <andi@splitbrain.org> |
added claude 3.5 sonnet model |
| 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 ...
|