History log of /plugin/aichat/vendor/composer/installed.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 3379af09 15-Aug-2023 Andreas Gohr <andi@splitbrain.org>

use a k-means based cluster approach to speed up similarity searches


# 7017fcea 14-Jun-2023 Andreas Gohr <andi@splitbrain.org>

parse answers as markdown


# 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


# ca345149 08-Jun-2023 Andreas Gohr <andi@splitbrain.org>

pin php to 8.1


# 8817535b 08-Jun-2023 Andreas Gohr <andi@splitbrain.org>

initial checkin. working vector storage and similarity search