History log of /plugin/aichat/Model/VoyageAI/EmbeddingModel.php (Results 1 – 6 of 6)
Revision Date Author Comments
# 7775eee7 29-Oct-2025 Andreas Gohr <gohr@cosmocode.de>

fix interface handling with generic model


# 2e22aefb 15-Apr-2025 Andreas Gohr <andi@splitbrain.org>

introduce a "Generic" model

This is basically an OpenAI implementation, which then can be reused by
most other providers since they usually implement a somewhat compatible
API. The API URL can be se

introduce a "Generic" model

This is basically an OpenAI implementation, which then can be reused by
most other providers since they usually implement a somewhat compatible
API. The API URL can be set manually so it should be easy to add new
unsupported providers.

show more ...


# 42b2c6e8 12-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.


# 2071dced 21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

automatic stylefixes


# c2b7a1f7 21-Mar-2024 Andreas Gohr <andi@splitbrain.org>

various refactoring and introduction of a simulate command

The new command makes it easier to run the same chat questions against
multiple models and compare the results in a spreadsheet


# 87e46484 19-Mar-2024 Andreas Gohr <andi@splitbrain.org>

added Voyage AI for embeddings