There's documentation on creating a new embeddings plugin here https://
llm.datasette.io/en/stable/embe
ddings/writing-plugins.html
… They are pretty simple though, so best approach is to look at one of the existing embeddings plugins and copy from that – here's one I wrote the other day https://
github.com/simonw/llm-nom
ic-api-embed/blob/main/llm_nomic_api_embed.py
…
Creating LLM Embeddings Plugins: Documentation and Examples
By
–
Leave a Reply