Skip to content

Commit

Permalink
llm-clip
Browse files Browse the repository at this point in the history
!stable-docs
  • Loading branch information
simonw authored Sep 13, 2023
1 parent 59255fb commit d70c0db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/plugins/directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ If an API model host provides an OpenAI-compatible API you can also [configure L
{ref}`Embedding models <embeddings>` are models that can be used to generate and store embedding vectors for text.

- **[llm-sentence-transformers](https://github.com/simonw/llm-sentence-transformers)** adds support for embeddings using the [sentence-transformers](https://www.sbert.net/) library, which provides access to [a wide range](https://www.sbert.net/docs/pretrained_models.html) of embedding models.
- **[llm-clip](https://github.com/simonw/llm-clip)** provides the [CLIP](https://openai.com/research/clip) model, which can be used to embed images and text in the same vector space, enabling text search against images. See [Build an image search engine with llm-clip](https://simonwillison.net/2023/Sep/12/llm-clip-and-chat/) for more on this plugin.

## Extra commands

Expand Down

0 comments on commit d70c0db

Please sign in to comment.