History log of /plugin/aichat/ (Results 201 – 225 of 236)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
911314cd14-Jun-2023 Andreas Gohr <andi@splitbrain.org>

added helper to quickly check the available models

9b3d1b3614-Jun-2023 Andreas Gohr <andi@splitbrain.org>

show similarity scores in CLI

7017fcea14-Jun-2023 Andreas Gohr <andi@splitbrain.org>

parse answers as markdown

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

6890884414-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Use overlapping chunks, prepare for new models

614f8ab413-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

93c1dbf413-Jun-2023 Andreas Gohr <andi@splitbrain.org>

avoid empty chunks

18bddd4d13-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix URL when installed in root dir

0ee3303413-Jun-2023 Andreas Gohr <andi@splitbrain.org>

added float option

343176f913-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix focus and z-index behavior

98cb11da13-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.

58c7727813-Jun-2023 Andreas Gohr <andi@splitbrain.org>

adjustment for renamed function in sqlite plugin

c4127b8e12-Jun-2023 Andreas Gohr <andi@splitbrain.org>

allow to restrict access to certain users and groups

82d5855e12-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.

8830571912-Jun-2023 Andreas Gohr <andi@splitbrain.org>

optionally use text renderer for chunking

74d6900611-Jun-2023 Andreas Gohr <andi@splitbrain.org>

added a few todos

4e206c1311-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.

5539201611-Jun-2023 Andreas Gohr <andi@splitbrain.org>

added usage statistics

5284515d11-Jun-2023 Andreas Gohr <andi@splitbrain.org>

add index clearing, cleanup

33128f9611-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix chunk access by ID in sqlite backend

bddd899c11-Jun-2023 Andreas Gohr <andi@splitbrain.org>

fix access of sources

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

5786be4610-Jun-2023 Andreas Gohr <andi@splitbrain.org>

added info method for kd tree inspection

5aa45b4d09-Jun-2023 Andreas Gohr <andi@splitbrain.org>

Faster (and cheaper) reindexing

We can reuse the previous data if the page hasn't changed

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

12345678910