> For the complete documentation index, see [llms.txt](https://doc.duaer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.duaer.com/advanced-ai/embeddings-databricks.md).

# Connect Databricks Embeddings in Duaer

In Duaer, Embeddings Databricks is a sub-node on an AI node. It turns text into vectors.
## Add the sub-node

1. Open the AI node that should embed text, and choose Embeddings Databricks as a sub-node.
2. Attach a Databricks credential.
3. For Model, pick From List, or switch to ID and enter the model id.
4. When you need them, set Batch Size, Strip New Lines, Timeout, and Max Retries under Options.

Batch Size is how many documents go in one request. Strip New Lines removes line breaks from the input. Timeout is in milliseconds. How the first AI node is wired is the [intro](/advanced-ai/intro-tutorial.md).
## Questions

### Where do you add Databricks Embeddings in Duaer?

As a sub-node on the AI node. The node name is Embeddings Databricks. It is not a standalone step on the main path.

