> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/sdgm/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/sdgm/_mcp/server.

# 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.