Skip to content

Releases: simonw/llm-sentence-transformers

0.2

04 Feb 18:54
3b3bb73
Compare
Choose a tag to compare
  • New llm sentence-transformers register --trust-remote-code option for installing models that require trust_remote_code=True. #14

    Here's how to install nomic-embed-text-v1 using this option (which also requires an additional dependency, einops):

    llm install einops
    llm sentence-transformers register nomic-ai/nomic-embed-text-v1 --trust-remote-code

    Then use it to create embeddings for text like this:

    llm embed -m sentence-transformers/nomic-ai/nomic-embed-text-v1 -c 'hello'

0.1.2

13 Sep 22:38
Compare
Choose a tag to compare
  • Fixed a bug where an error was thrown if the LLM user directory (usually io.datasette.llm) did not exist yet. #9

0.1.1

08 Sep 20:45
dbee4eb
Compare
Choose a tag to compare
  • Improved documentation, with related reading and a warning about truncation by different models.

0.1

04 Sep 02:47
Compare
Choose a tag to compare
0.1