- 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](https://github.com/simonw/llm-embed-jina/issues/4)
0.1.1
- Fixed bug with `llm embed-multi` command. [3](https://github.com/simonw/llm-embed-jina/issues/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](https://github.com/simonw/llm-embed-jina/issues/1)