mirror of
https://github.com/Hopiu/llm.git
synced 2026-03-16 20:50:25 +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
10 lines
169 B
INI
10 lines
169 B
INI
[mypy]
|
|
|
|
[mypy-pluggy.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-click_default_group.*]
|
|
ignore_missing_imports = True
|
|
|
|
[mypy-sqlite_migrate.*]
|
|
ignore_missing_imports = True
|