History log of /plugin/aichat/ (Results 151 – 175 of 236)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6a18e0f414-Mar-2024 Andreas Gohr <andi@splitbrain.org>

First start on refactoring the class hierarchy

This splits embedding models from chat completion models.

ecfed2a813-Mar-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

f43684f413-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 ...

354f5fa807-Mar-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

cfaf6b3207-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

2e4b1fa314-Feb-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

e75dc39f14-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 ...

6ea4c85a29-Jan-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

49a7d3cc29-Jan-2024 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes

d5c102b329-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 ...

db36318f12-Dec-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

1e5c27a909-Dec-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes

82eb42f008-Nov-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

4c0099a808-Nov-2023 Andreas Gohr <andi@splitbrain.org>

Added Qdrant Storage

962f9fb008-Nov-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes

441edf8408-Nov-2023 Andreas Gohr <andi@splitbrain.org>

fixed overlong lines

30b9cbc708-Nov-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes

5e6dd16e08-Nov-2023 Andreas Gohr <andi@splitbrain.org>

Added ChromaDB vector storage support

dc355d5706-Nov-2023 Andreas Gohr <andi@splitbrain.org>

added chunk dumping to CLI page command

527fda2610-Oct-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

28b91a9410-Oct-2023 Andreas Gohr <andi@splitbrain.org>

added minphp to plugin info

2164293213-Sep-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

f8d5ae0113-Sep-2023 Andreas Gohr <andi@splitbrain.org>

codesniffer cleanups

7ebc789513-Sep-2023 splitbrain <splitbrain@users.noreply.github.com>

�� Automatic code style fixes

b377ce3013-Sep-2023 Andreas Gohr <andi@splitbrain.org>

add default test workflows

12345678910