| 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 |
| 5284515d | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
add index clearing, cleanup |
| 33128f96 | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix chunk access by ID in sqlite backend |
| bddd899c | 11-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix access of sources |
| 7ee8b02d | 10-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
firs go at abrstracting the storage backend and using sqlite
Requires the dev branch of the sqlite plugin |
| 5786be46 | 10-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
added info method for kd tree inspection |
| 5aa45b4d | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
Faster (and cheaper) reindexing
We can reuse the previous data if the page hasn't changed |
| ad38c5fd | 09-Jun-2023 |
Andreas Gohr <andi@splitbrain.org> |
More robustness in creating the index
Retry failed API connections, do not abort the whole indexing and rather skip a chunk. CLI testing tool for the split mechanism |