History log of /plugin/aichat/ (Results 101 – 125 of 236)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bcaa910819-Jun-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

36c4749d19-Jun-2024 Andreas Gohr <andi@splitbrain.org>

do not use synthetic submit event on enter

This didn't work correctly for some reason in Firefox. Instead we
directly call the submit handler

94b3b34c17-Jun-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

303d0c5917-Jun-2024 Andreas Gohr <andi@splitbrain.org>

gracefully handle render errors

plugins may act up during text rendering, this should not abort the
whole indexing. Instead we fall back to the page source

e125188217-Jun-2024 Andreas Gohr <andi@splitbrain.org>

init ACLs in CLI

When using the text renderer, we might execute syntax plugins that check
ACLs. We don't have a user when running the CLI but we want to index
everything an anonymous user would be a

init ACLs in CLI

When using the text renderer, we might execute syntax plugins that check
ACLs. We don't have a user when running the CLI but we want to index
everything an anonymous user would be able to see. For that the ACLs
need to be loaded.

show more ...

1816958a16-May-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

f31e961616-May-2024 Andreas Gohr <andi@splitbrain.org>

focus the user question instead of scrolling to the end

7dd63d6714-May-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

cab0305a14-May-2024 Andreas Gohr <andi@splitbrain.org>

added gpt-4o

ca32308022-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

074b770122-Apr-2024 Andreas Gohr <andi@splitbrain.org>

added support for groq

8be48eb018-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

eaa2c59d18-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Added support for reka.ai

200983a618-Apr-2024 Andreas Gohr <andi@splitbrain.org>

added open-mixtral-8x22b

a7e0c4e510-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

f7a068a110-Apr-2024 Andreas Gohr <andi@splitbrain.org>

gpt-4-turbo is no longer in preview

ea58fe3602-Apr-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

bae450a902-Apr-2024 Andreas Gohr <andi@splitbrain.org>

rebuild the index when the embedding model changed

b446155b27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

fix info output on used models

8c08cb3f27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

auto style fixes

87090e4b27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

ask the rephrased question only if it has more context

Otherwise it's usually better to let the LLM reevaluate the context.

6beed32726-Mar-2024 Andreas Gohr <andi@splitbrain.org>

print score in chat

This makes it easier to tweak the similarity threshold

c9f3c70c27-Mar-2024 Andreas Gohr <andi@splitbrain.org>

set custom info text for simulate sub command

ab1f8dde26-Mar-2024 Andreas Gohr <andi@splitbrain.org>

emit the INDEXER_PAGE_ADD event

This allows plugins that add data to the fulltext index to add the same
data to the embeddings. This improves embedding searches with struct
data for example.

720bb43f25-Mar-2024 Andreas Gohr <andi@splitbrain.org>

make threshold configurable

12345678910