mirror of
https://github.com/Hopiu/llm.git
synced 2026-04-09 16:00:58 +00:00
* Embeddings plugin hook + OpenAI implementation * llm.get_embedding_model(name) function * llm embed command, for returning embeddings or saving them to SQLite * Tests using an EmbedDemo embedding model * llm embed-models list and emeb-models default commands * llm embed-db path and llm embed-db collections commands |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_aliases.py | ||
| test_cli_openai_models.py | ||
| test_embed.py | ||
| test_embed_cli.py | ||
| test_keys.py | ||
| test_llm.py | ||
| test_migrate.py | ||
| test_plugins.py | ||
| test_templates.py | ||