| f9e0f3e2 | 23-Jan-2026 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| c6ae286a | 21-Jan-2026 |
Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com> |
Update Gemini model configurations
Updated model configurations to include new Gemini versions and removed outdated ones. |
| a9596ee6 | 19-Jan-2026 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 2d02fff5 | 19-Jan-2026 |
Andreas Gohr <gohr@cosmocode.de> |
avoid deleting non-existant chunks. fixes #46 |
| 4eaf5202 | 29-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 7775eee7 | 29-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix interface handling with generic model |
| 6980de5d | 28-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 7bd2bac6 | 28-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
make ollama auth optional |
| 72fdb01b | 28-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
fix double intro message. fixes #44
connectedCallback may run multiple times, because the component is readded to the dom when the section edit initializes. |
| 5f6b6241 | 17-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 236fa066 | 06-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
upped version |
| 3f61c2bb | 06-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
add tests for text splitting |
| 14b3ee00 | 06-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
make overlap a class member for easier testing |
| e2b35d46 | 06-Oct-2025 |
Andreas Gohr <andi@splitbrain.org> |
Agents: make clearer how to run tests |
| af51f172 | 06-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
added an AGENTS.md file for LLM based work |
| 028fe6db | 06-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
split sentences by token, not bytes. handle UTF-8 |
| 072e0099 | 06-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
move text splitting into it's own class |
| 3daef465 | 06-Oct-2025 |
Andreas Gohr <gohr@cosmocode.de> |
Some enhancements on the subsentence splitting
When a sentence is longer than a chunk, it should be split forcefully in smaller parts - these parts should NOT be the size of a full chunk since we st
Some enhancements on the subsentence splitting
When a sentence is longer than a chunk, it should be split forcefully in smaller parts - these parts should NOT be the size of a full chunk since we still want to do some overlap with previous and following texts. I chose to split into a quarter of a chunk.
This also ensures that whitespace is kept for the split sentences, because they may be joined with follow up texts.
show more ...
|
| 867b7752 | 06-Oct-2025 |
Henry <henry.krupp@gmail.com> |
Squashed commit of the following:
commit 4e0adf2a8d810e55db6d37ccc87c76d95ddcfd8d Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 22:04:17 2025 +0100
Updated splitLongSentence()
commit
Squashed commit of the following:
commit 4e0adf2a8d810e55db6d37ccc87c76d95ddcfd8d Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 22:04:17 2025 +0100
Updated splitLongSentence()
commit 9883844f1db6df9e11051c4c7b034e68baaca0be Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 22:03:25 2025 +0100
Updated splitLongSentence()
commit 6f737f6fe4da25fa438211d5c00605c2df9c81ba Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 21:43:16 2025 +0100
array_unshift($sentences, ...$this->splitLongSentence($sentence, $tiktok));
commit 21966eab02f87f632e82ad0055f9bc2aadb92053 Author: Henry <henry.krupp@gmail.com> Date: Mon Feb 3 21:23:40 2025 +0100
Updated splitIntoChunks method
Push split sentences to the front of the queue with array_unshift($sentences, ...$this->splitLongSentence($sentence, $tiktok));
show more ...
|
| 3e86bc51 | 18-Jun-2025 |
Damien Ghandour <damien.ghandour@gmail.com> |
added French Translations |
| 12d445df | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
upped version |
| acf2d4e0 | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
check for ollama availability |
| d72a84c5 | 11-Jun-2025 |
Andreas Gohr <gohr@cosmocode.de> |
move api endpoint init to AbstractModel
This should finally solve the chicken-egg issue. This also renames the ollama url parameter from baseurl to apiurl and sets a sensible default |
| f8753427 | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for Ollama model provider |
| 11d115da | 11-Jun-2025 |
Andreas Gohr (aider) <gohr@cosmocode.de> |
test: add test for Generic model provider
Use Ionos for this test |