Releases: simonw/llm-embed-jina
Releases · simonw/llm-embed-jina
0.1.2
- Fix for bug where text longer than 8192 characters could cause
llm embed-multi
to hang. Text is now truncated to that length before being passed to the embedding model. #4
0.1.1
- Fixed bug with
llm embed-multi
command. #3
0.1
- Initial release.
llm embed -m jina-embeddings-v2-small-en -c 'Hello world'
to embed text using the Jina v2 small model. #1