Simon Willison
f2cf81e29a
Move LLM_RAISE_ERRORS to advanced model plugins, closes #1121
2025-05-28 08:02:25 -07:00
Simon Willison
0865c2d939
LLM_RAISE_ERRORS debug feature, closes #817
2025-03-04 20:14:32 -08:00
Simon Willison
8e84c00771
Link to blog post about building Jina embeddings plugin
2023-10-27 07:40:33 -07:00
Simon Willison
e6dac1a1bd
Documentation for building binary embedding plugins, refs #264
2023-09-12 11:32:12 -07:00
Simon Willison
5efb300c42
Release 0.9
...
Refs #192 , #209 , #211 , #213 , #215 , #217 , #218 , #219 , #222
Closes #205
2023-09-03 19:35:14 -07:00
Simon Willison
e49c816e18
Drop llm.EmbeddingModel.embedding_size property, closes #208
2023-09-02 08:45:17 -07:00
Simon Willison
7a4429f100
Fix mypy errors
...
Refs https://github.com/simonw/llm/issues/191#issuecomment-1703266224
2023-09-01 13:14:59 -07:00
Simon Willison
817aff8bae
Embeddings now happen in batches, closes #200
2023-08-31 22:27:06 -07:00
Simon Willison
77cf56e54a
Initial CLI support and plugin hook for embeddings, refs #185
...
* Embeddings plugin hook + OpenAI implementation
* llm.get_embedding_model(name) function
* llm embed command, for returning embeddings or saving them to SQLite
* Tests using an EmbedDemo embedding model
* llm embed-models list and emeb-models default commands
* llm embed-db path and llm embed-db collections commands
2023-08-27 22:24:10 -07:00