Promote my new blog entry about LLM embeddings

!stable-docs
This commit is contained in:
Simon Willison 2023-09-04 13:42:01 -07:00
parent 78a0e9bd44
commit ba2c9e60f1
3 changed files with 3 additions and 1 deletions

View file

@ -20,6 +20,7 @@ Background on this project:
- [Accessing Llama 2 from the command-line with the llm-replicate plugin](https://simonwillison.net/2023/Jul/18/accessing-llama-2/)
- [Run Llama 2 on your own Mac using LLM and Homebrew](https://simonwillison.net/2023/Aug/1/llama-2-mac/)
- [Catching up on the weird world of LLMs](https://simonwillison.net/2023/Aug/3/weird-world-of-llms/)
- [LLM now provides tools for working with embeddings](https://simonwillison.net/2023/Sep/4/llm-embeddings/)
## Installation

View file

@ -3,7 +3,7 @@
(v0_9)=
## 0.9 (2023-09-03)
The big new feature in this release is support for **embeddings**.
The big new feature in this release is support for **embeddings**. See [LLM now provides tools for working with embeddings](https://simonwillison.net/2023/Sep/4/llm-embeddings/) for additional details.
{ref}`Embedding models <embeddings>` take a piece of text - a word, sentence, paragraph or even a whole article, and convert that into an array of floating point numbers. [#185](https://github.com/simonw/llm/issues/185)

View file

@ -17,6 +17,7 @@ Background on this project:
- [Accessing Llama 2 from the command-line with the llm-replicate plugin](https://simonwillison.net/2023/Jul/18/accessing-llama-2/)
- [Run Llama 2 on your own Mac using LLM and Homebrew](https://simonwillison.net/2023/Aug/1/llama-2-mac/)
- [Catching up on the weird world of LLMs](https://simonwillison.net/2023/Aug/3/weird-world-of-llms/)
- [LLM now provides tools for working with embeddings](https://simonwillison.net/2023/Sep/4/llm-embeddings/)
For more check out [the llm tag](https://simonwillison.net/tags/llm/) on my blog.