mirror of
https://github.com/Hopiu/llm.git
synced 2026-05-16 17:51:07 +00:00
Ran cog, refs #190
This commit is contained in:
parent
2463b28bf0
commit
c25e7c4713
1 changed files with 14 additions and 0 deletions
14
docs/help.md
14
docs/help.md
|
|
@ -64,6 +64,7 @@ Commands:
|
|||
models Manage available models
|
||||
openai Commands for working directly with the OpenAI API
|
||||
plugins List installed plugins
|
||||
similar Return top N similar IDs from a collection
|
||||
templates Manage stored prompt templates
|
||||
uninstall Uninstall Python packages from the LLM environment
|
||||
```
|
||||
|
|
@ -399,6 +400,19 @@ Options:
|
|||
Output format
|
||||
--help Show this message and exit.
|
||||
```
|
||||
### llm similar --help
|
||||
```
|
||||
Usage: llm similar [OPTIONS] COLLECTION [ID]
|
||||
|
||||
Return top N similar IDs from a collection
|
||||
|
||||
Options:
|
||||
-i, --input FILE Content to embed for comparison
|
||||
-c, --content FILE
|
||||
-n, --number INTEGER Number of results to return
|
||||
-d, --database FILE
|
||||
--help Show this message and exit.
|
||||
```
|
||||
### llm embed-models --help
|
||||
```
|
||||
Usage: llm embed-models [OPTIONS] COMMAND [ARGS]...
|
||||
|
|
|
|||
Loading…
Reference in a new issue