llm/mypy.ini
Simon Willison 77cf56e54a
Initial CLI support and plugin hook for embeddings, refs #185
* 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
2023-08-27 22:24:10 -07:00

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