diff --git a/README.md b/README.md index cdfe13c..c9a993e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ pip install tsellm Behind the scenes, **tsellm** is based on the beautiful [llm](https://llm.datasette.io) library, so you can use any of its plugins: +## Generative + For example, to access `gpt4all` models ```shell @@ -33,6 +35,21 @@ llm sentence-transformers register all-MiniLM-L12-v2 tsellm :memory: "select embed('Hello', 'sentence-transformers/all-MiniLM-L12-v2')" ``` +### Embeddings for binary (`BLOB`) columns + +```shell +wget https://tselai.com/img/flo.jpg +sqlite3 images.db <