Open simonw opened 1 week ago
https://llm.datasette.io/en/stable/plugins/plugin-hooks.html
https://github.com/simonw/llm/blob/d34eac57d39c20d829a0c090cdda9e64705d9291/docs/plugins/plugin-hooks.md#L9-L46
But there are three hooks:
https://github.com/simonw/llm/blob/d34eac57d39c20d829a0c090cdda9e64705d9291/llm/hookspecs.py#L8-L20
register_embedding_models() is documented here but it should be in the list of hooks too. https://llm.datasette.io/en/stable/embeddings/writing-plugins.html
register_embedding_models()
https://llm.datasette.io/en/stable/plugins/plugin-hooks.html
https://github.com/simonw/llm/blob/d34eac57d39c20d829a0c090cdda9e64705d9291/docs/plugins/plugin-hooks.md#L9-L46
But there are three hooks:
https://github.com/simonw/llm/blob/d34eac57d39c20d829a0c090cdda9e64705d9291/llm/hookspecs.py#L8-L20
register_embedding_models()
is documented here but it should be in the list of hooks too. https://llm.datasette.io/en/stable/embeddings/writing-plugins.html