| 57665000 | 07-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 0eeff420 | 07-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
support GPT4 |
| b0bd61d2 | 15-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Version upped |
| 3d0065c7 | 15-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix visibility changes in chat dialog |
| 9f6b34c4 | 15-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
lazy load embeddings, storage and model
This should fix an immediate problem with the sqlite db initializing slowly, but the underlying problem has to be identified. |
| 622aa5a8 | 15-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added button to reset the conversation
This is needed to start conversing on a new topic |
| 81b450c8 | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
use a cut-off point when considering similar documents |
| 911314cd | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added helper to quickly check the available models |
| 9b3d1b36 | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
show similarity scores in CLI |
| 7017fcea | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
parse answers as markdown |
| f6ef2e50 | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
refactoring to make models selectable
This makes it much easier to add new models. Models can now be selected via the configuration |
| 68908844 | 14-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Use overlapping chunks, prepare for new models |
| 614f8ab4 | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
removed K-D Tree vector storage
Since this implementation does not have any advantages over the SQLite storage it makes no sense to keep it. Other storage backends might come though at a later time |
| 93c1dbf4 | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
avoid empty chunks |
| 18bddd4d | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix URL when installed in root dir |
| 0ee33034 | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added float option |
| 343176f9 | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix focus and z-index behavior |
| 98cb11da | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not use title on chatbutton element
It's influencing the dialog. A separate attribute that then sets the title on the start button only makes more sense. |
| 58c77278 | 13-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
adjustment for renamed function in sqlite plugin |
| c4127b8e | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
allow to restrict access to certain users and groups |
| 82d5855e | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
add optional conversation logging
This might be useful to debug and monitor the real world usage of the bot and analyze abuse. |
| 88305719 | 12-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
optionally use text renderer for chunking |
| 74d69006 | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added a few todos |
| 4e206c13 | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
do not use very small pages as source
These are usually not helpful as context, but may throw off the nearest neighbor search. |
| 55392016 | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added usage statistics |