Get Embeddings
Compute an embedding vector for text via an OpenAI-compatible /embeddings endpoint (works with OpenAI or a local Ollama model such as nomic-embed-text). Stores the vector as a list.
Overview
Get Embeddings is a no-code automation step in the AI category of AutoFlowRPA. It performs its action in a single step when the workflow reaches it. You can configure 6 parameter(s) to control exactly how it behaves. It is one of 369 commands you can drag into a workflow in the visual builder — no scripting required.
What it does
Compute an embedding vector for text via an OpenAI-compatible /embeddings endpoint (works with OpenAI or a local Ollama model such as nomic-embed-text). Stores the vector as a list.
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| API base URL | string | Required | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). Supports variables |
| API key (blank for local) | string | Optional | Supports variables | |
| Embedding model | string | Required | nomic-embed-text | Example: text-embedding-3-small Supports variables |
| Text | multiline | Required | Example: {{{chunk}}} Supports variables | |
| Timeout (seconds) | number | Optional | 180 | |
| Store vector in | variable | Required | Example: vector |
How to use Get Embeddings
- 1
Open AutoFlowRPA and drag the Get Embeddings command from the AI group onto the canvas.
- 2
Set its parameters in the side panel — Get Embeddings has 6 configurable field(s).
- 3
Connect it into your workflow and press Run. Everything executes locally on your machine.
Frequently asked questions
What does the Get Embeddings command do?
Compute an embedding vector for text via an OpenAI-compatible /embeddings endpoint (works with OpenAI or a local Ollama model such as nomic-embed-text). Stores the vector as a list.
Which group does the Get Embeddings command belong to?
Get Embeddings is part of the AI group. AutoFlowRPA ships with 369+ ready-made commands you can combine without code.
Does the Get Embeddings command take any parameters?
Yes — Get Embeddings has 6 configurable field(s), all editable in the visual node editor.
More AI commands
Ready to automate your busywork?
Start your free 30-day trial today. No credit card, no commitment.