History log of /plugin/aichat/ (Results 51 – 75 of 236)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1013ea9212-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

31a7887612-Mar-2025 Andreas Gohr <andi@splitbrain.org>

sqlite: avoid warnings on too short vectors

This should not happen in the real world. But when embeddings were
created with a shorter vector model than the model that is used to
embed the query, the

sqlite: avoid warnings on too short vectors

This should not happen in the real world. But when embeddings were
created with a shorter vector model than the model that is used to
embed the query, the cosineSimilarity method threw a whole bunch of
warnings. We now stop the comparison at the vector length.

In the real world the same model for embeddings and the query should be
used, results are unpredictable otherwise. So this is mostly a cosmetic
change for messed up states during development.

show more ...

aa6bbe7512-Mar-2025 Andreas Gohr <andi@splitbrain.org>

added "similar" endpoint to the remote api

42b2c6e812-Mar-2025 Andreas Gohr <andi@splitbrain.org>

add remote component to ask questions to the bot

The endpoint allows to override model and language settings on demand.

3272c14310-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

163a36ec10-Mar-2025 Andreas Gohr <andi@splitbrain.org>

Adjust OpenAI API calls. fixes #34

* max_token has been replaced by max_completion_tokens
* temperature setting is not suported by reasoning models

f9c24b9325-Feb-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

d481c63c25-Feb-2025 Andreas Gohr <andi@splitbrain.org>

ollama: remove thinking part from deepseek answers

cc7172ce25-Feb-2025 Andreas Gohr <andi@splitbrain.org>

ollama: fix embed endpoint and error in model file

We expect /api to be part of the configured base URL so it should not
be part of the call itself.

94b5d70e14-Feb-2025 Max Theisen <96209029+MaxThFe@users.noreply.github.com>

Update EmbeddingModel.php to remove the :lastest suffix

552bc11613-Feb-2025 Max Theisen <96209029+MaxThFe@users.noreply.github.com>

Update models.json with new llama3.3 70b

d2192bba13-Feb-2025 Max Theisen <96209029+MaxThFe@users.noreply.github.com>

Update EmbeddingModel.php for new Ollama API

8b9ccd0e12-Feb-2025 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Update models.json

82a6394a12-Feb-2025 Eduardo Mozart de Oliveira <2974895+eduardomozart@users.noreply.github.com>

Remove deprecated Groq models

e8b3fd0106-Feb-2025 Andreas Gohr <andi@splitbrain.org>

Version upped

da493c9606-Feb-2025 Andreas Gohr <andi@splitbrain.org>

some model updates

still not 100% uptodate

4dd0657e06-Feb-2025 Andreas Gohr <andi@splitbrain.org>

allow to set arbitrary models

We now initialize a model configuration even if we have no info in
model.json using some default values for the token limits.

Models can implement the loadUnkonwModelI

allow to set arbitrary models

We now initialize a model configuration even if we have no info in
model.json using some default values for the token limits.

Models can implement the loadUnkonwModelInfo() method to fetch the info
from an API if such a thing exist. Implemented for gemini and ollama
currently.

show more ...

e963c1fc06-Feb-2025 Andreas Gohr <andi@splitbrain.org>

actually use the configured rephrase model

stupid copy n paste error

d872904212-Dec-2024 Eduardo Mozart de Oliveira <eduardomozart182@gmail.com>

translation update

ac8a933509-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

c1e277fb09-Dec-2024 Andreas Gohr <andi@splitbrain.org>

translatable default message

When no message is given in the chat syntax, the default is now taken
from the language file.

ac4c82af05-Dec-2024 Andreas Gohr <andi@splitbrain.org>

Version upped

dc099d9e05-Dec-2024 Andreas Gohr <andi@splitbrain.org>

mark some more settings that need reindexing

ee77838005-Dec-2024 Andreas Gohr <andi@splitbrain.org>

added bge-large embedding model for ollama

7bf9165d05-Dec-2024 Andreas Gohr <andi@splitbrain.org>

syntax component to ignore parts of a page while indexing

12345678910