History log of /plugin/aichat/ (Results 176 – 200 of 236)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ae1e222d31-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

adfc542929-Aug-2023 Andreas Gohr <andi@splitbrain.org>

generate clusters only if more than 3 clusters would be created

e33a1d7a28-Aug-2023 Andreas Gohr <andi@splitbrain.org>

optionally search one language only

754b839424-Aug-2023 Andreas Gohr <andi@splitbrain.org>

keep last question/answer as additional context

This should help with questions relating to the last anwser when they
haven't been rephrased well enough

8bb3d0cd16-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

219268b116-Aug-2023 Andreas Gohr <andi@splitbrain.org>

option to prefer a configured language instead of guessing

8c8b7ba616-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Added dumping of TSV files to SQLite store

This allows visualizing the embed vectors

2ad4d15816-Aug-2023 Andreas Gohr <andi@splitbrain.org>

finish similar pages feature

376b909c15-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

3379af0915-Aug-2023 Andreas Gohr <andi@splitbrain.org>

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

35555bac15-Aug-2023 Andreas Gohr <andi@splitbrain.org>

simplify cosine distance calculation

Since all OpenAI vectors are normalized, only the dotproduct needs to be
calculated for the distance. This saves a couple of floating point ops
per chunk, but do

simplify cosine distance calculation

Since all OpenAI vectors are normalized, only the dotproduct needs to be
calculated for the distance. This saves a couple of floating point ops
per chunk, but doesn't make a huge difference overall.

show more ...

e33f142314-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

aee9b38314-Aug-2023 Andreas Gohr <andi@splitbrain.org>

output info on similar chunk fetching

helps with figuring out how fast the store is

01f0693210-Aug-2023 Andreas Gohr <andi@splitbrain.org>

First go at syntax to display similar pages

e7d7ef4c14-Aug-2023 Andreas Gohr <andi@splitbrain.org>

reuse link colors when styling chat and buttons

6dd3ce0914-Aug-2023 Andreas Gohr <andi@splitbrain.org>

brainier button icon

13dbfc2310-Aug-2023 Andreas Gohr <andi@splitbrain.org>

implement Pinecone based storage

68b6fa7910-Aug-2023 Andreas Gohr <andi@splitbrain.org>

First go at syntax to display similar pages

5766500007-Aug-2023 Andreas Gohr <andi@splitbrain.org>

Version upped

0eeff42007-Aug-2023 Andreas Gohr <andi@splitbrain.org>

support GPT4

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

Version upped

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

fix visibility changes in chat dialog

9f6b34c415-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.

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

added button to reset the conversation

This is needed to start conversing on a new topic

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

use a cut-off point when considering similar documents

12345678910