Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Create Embeddings

Prev Next
Step Details
Introduced in Version10.1
Last Modified in Version--
LocationAI > Google Gemini






The Create Embeddings step allows Users to generate text embeddings. Example Use Cases include semantic search and Retrieval-Augmented Generation (RAG).

Prerequisites 

This step requires installing the AI.Common, and AI.GoogleGemini Modules and adding their dependencies to the Project before they are available in the toolbox. 


Properties

API Configuration

PropertyDescriptionData Type
Override API KeyEnables Users to override the API key. Boolean

Model

PropertyDescriptionData Type
Select ModelEnables Users to specify an Ollama Model or specify the module via Flow. Boolean

Input Settings

PropertyDescriptionData Type
Allow Multiple ValuesEnables Users to toggle on off/, allowing multiple values. Note: Users should ensure the selected model supports multiple inputs before enabling this setting. Boolean

Inputs

PropertyDescriptionData Type
Text to ProcessAllows Users to specify the text used for the embedding. String

Outputs

PropertyDescriptionData Type
Resulting EmbeddingsThe created embedding from the input text. --


Example Inputs & Outputs

Inputs:
{
"Text to Process": [
0: 
1: 
2: 
3: 
4: 
Outputs: [
0: {
path: "Done"
data: {
Resulting Embeddings: {
Object: 
data: [
0: {
object: 
index:
embeddings: [
0: 
1: 
2:
...

Step Changes

DescriptionVersionDateDeveloper Task
Added Embedding steps for Ollama, Azure Foundry, and Google Gemini. 10.1August 2026[DT-047149]