mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-25 07:24:46 +00:00
Link to blog post
!stable-docs
This commit is contained in:
parent
ba2c9e60f1
commit
a74f63f421
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ This can be used to build features like related article lookups. It can also be
|
|||
|
||||
LLM supports multiple embedding models through {ref}`plugins <plugins>`. Once installed, an embedding model can be used on the command-line or via the Python API to calculate and store embeddings for content, and then to perform similarity searches against those embeddings.
|
||||
|
||||
See [LLM now provides tools for working with embeddings](https://simonwillison.net/2023/Sep/4/llm-embeddings/) for an extended explanation of embeddings, why they are useful and what you can do with them.
|
||||
|
||||
```{toctree}
|
||||
---
|
||||
maxdepth: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue