From de30285821147441a901deb62cee8644aa213dec Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Thu, 15 Aug 2024 19:37:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1576b7a..f22ca0c 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,13 @@ so you can use any of its plugins: ```shell llm install llm-sentence-transformers llm sentence-transformers register all-MiniLM-L12-v2 +llm install llm-embed-hazo # dummy embedding model for demonstration purposes ``` ```sql tsellm prompts.sqlite3 "select embed(p, 'sentence-transformers/all-MiniLM-L12-v2')" ``` + ### Embedding `JSON` Recursively If you have `JSON` columns, you can embed these object recursively.