simonw--llm
77cf56e54a
* 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
11 行
169 B
INI
11 行
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
|