Skip to main content
Base Node Node inspector for an OpenAI Retriever node

Parameters

This tool only works with OpenAI models. Connect an LLM config node that uses an OpenAI model to the Agent node that consumes this tool.
Vector Store IDs
array
required
Vector store IDs to search. These vector stores must be created on OpenAI and belong to the same OpenAI organization as the API key configured in the LLM node connected to the Agent node that this tool node is attached to.
Maximum Results
integer
default:"5"
required
Maximum number of results to return.
Include Search Results
boolean
default:"False"
Whether to include raw search results in the tool output.

Inputs

This node has no inputs.

Outputs

Output
tool
Retriever tool configuration for the Agent node.