| 6a18e0f4 | 14-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
First start on refactoring the class hierarchy
This splits embedding models from chat completion models. |
| ecfed2a8 | 13-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f43684f4 | 13-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
add send button
Some people said they're not clear how to send messages, so a button was added. Pressing Enter still works. The entry was changed to a textarea making longer questions easier. Shift-
add send button
Some people said they're not clear how to send messages, so a button was added. Pressing Enter still works. The entry was changed to a textarea making longer questions easier. Shift-Enter can be used to add line breaks. All button titles are now translatable.
show more ...
|
| 354f5fa8 | 07-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| cfaf6b32 | 07-Mar-2024 |
Andreas Gohr <andi@splitbrain.org> |
tell the model to fall back to current language if it's unsure
The model defaulted to spanish if no sources were found |
| 2e4b1fa3 | 14-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| e75dc39f | 14-Feb-2024 |
Andreas Gohr <andi@splitbrain.org> |
record the times of embed and maintenance runs
This makes it easier to debug when something with the cronjob goes wrong. Currently the data is only exposed in the cli info command.
We might want to
record the times of embed and maintenance runs
This makes it easier to debug when something with the cronjob goes wrong. Currently the data is only exposed in the cli info command.
We might want to use it somewhere in the UI to warn about outdated data
show more ...
|
| 6ea4c85a | 29-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 49a7d3cc | 29-Jan-2024 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes |
| d5c102b3 | 29-Jan-2024 |
Andreas Gohr <andi@splitbrain.org> |
Regular expressions to limit the indexed pages. Implements #5
Both regular expressions (when set) need to apply at the same time. Eg a page MUST match the matchRegex and MUST NOT match the skipRegex
Regular expressions to limit the indexed pages. Implements #5
Both regular expressions (when set) need to apply at the same time. Eg a page MUST match the matchRegex and MUST NOT match the skipRegex to be applied.
The regular expressions are applied when running the `embed` command line command. Pages no longer adhering to a changed regex setup will be removed from the vector store.
For the sqlite storage it is recommended to re-cluster the index when the reges are changed by running the `maintenance` command.
show more ...
|
| db36318f | 12-Dec-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 1e5c27a9 | 09-Dec-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes |
| 82eb42f0 | 08-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 4c0099a8 | 08-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
Added Qdrant Storage |
| 962f9fb0 | 08-Nov-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes |
| 441edf84 | 08-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
fixed overlong lines |
| 30b9cbc7 | 08-Nov-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes |
| 5e6dd16e | 08-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
Added ChromaDB vector storage support |
| dc355d57 | 06-Nov-2023 |
Andreas Gohr <andi@splitbrain.org> |
added chunk dumping to CLI page command |
| 527fda26 | 10-Oct-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 28b91a94 | 10-Oct-2023 |
Andreas Gohr <andi@splitbrain.org> |
added minphp to plugin info |
| 21642932 | 13-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| f8d5ae01 | 13-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
codesniffer cleanups |
| 7ebc7895 | 13-Sep-2023 |
splitbrain <splitbrain@users.noreply.github.com> |
Automatic code style fixes |
| b377ce30 | 13-Sep-2023 |
Andreas Gohr <andi@splitbrain.org> |
add default test workflows |