Skip to content

Releases: simonw/llm-embed-jina

0.1.2

26 Oct 03:03
Compare
Choose a tag to compare
  • 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

26 Oct 01:26
Compare
Choose a tag to compare
  • Fixed bug with llm embed-multi command. #3

0.1

26 Oct 01:09
Compare
Choose a tag to compare
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