Embeddings Oracle Database node#
Use the Embeddings Oracle Database node to generate embeddings with ONNX models stored in Oracle Database. This node is useful for workflows that perform semantic search, similarity matching, retrieval-augmented generation, or other tasks that require vector representations of text.
On this page, you'll find the node parameters for the Embeddings Oracle Database node, and links to more resources.
Credentials
You can find authentication information for this node here.
ONNX models
Your Oracle Database instance must support Oracle AI Vector Search and ONNX model execution capabilities.
Import one or more ONNX embedding models into Oracle Database before using this node. Only imported models are available for selection.
Parameter resolution in sub-nodes
Sub-nodes behave differently to other nodes when processing multiple items using an expression.
Most nodes, including root nodes, take any number of items as input, process these items, and output the results. You can use expressions to refer to input items, and the node resolves the expression for each item in turn. For example, given an input of five name values, the expression {{ $json.name }} resolves to each name in turn.
In sub-nodes, the expression always resolves to the first item. For example, given an input of five name values, the expression {{ $json.name }} always resolves to the first name.
Node parameters#
- Model: Select the ONNX model used to generate embeddings. Choose a model from the list of models available in your Oracle Database instance or specify a model ID manually. The selected model determines the embedding dimensions and supported input types.
The node loads available models from the USER_MINING_MODELS view in the configured Oracle Database connection. Only models accessible to the current database user are displayed.
Templates and examples#
Related resources#
Refer to Oracle's ONNX model import documentation for more information about importing ONNX models into Oracle Database.
View n8n's Advanced AI documentation.