Llm Embed Jina Versions Save

Embedding models from Jina AI

0.1.2

7 months ago
  • 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

7 months ago
  • Fixed bug with llm embed-multi command. #3

0.1

7 months ago
  • Initial release. llm embed -m jina-embeddings-v2-small-en -c 'Hello world' to embed text using the Jina v2 small model. #1