HomeDocsAPI Reference
Kumo.ai
Docs

How can I incorporate an external model for embedding a column?

In some cases, you may want to use node embeddings to incorporate an external model into your Kumo predictions. For example, you may want to incorporate an external LLM, image embedding model, or some other custom data (e.g., sound).

To do this, you would insert your column into your Kumo table as a sequence data type—it will then be processed as an input, like any other standard column.