Ollama
Ollama is a lightweight, open-source framework that allows users to run large language models (LLMs) locally on their machines.
The Ollama GenAI Agent allows you to interact with a local instance of Ollama: passing the supplied structure input and returning its generated text to include in your Data Stream.
The Ollama Embedding GenAI Agent allows you to convert input text into an embedding vector for use in RAG-based retrieval and similarity searches.
Pre-requisites
The following is required to use the Agent:
An instance of Ollama accessible from the system where the Stream Host is installed
Current Version
Please contact XMPro if you're looking for an older version of this Agent.
Ollama GenAI Agent Release Notes
2.02
07 Apr 2025
Implemented using Rest API and removed Python dependency
1.05
23 Dec 2024
Repackaged to translate the Agent's properties and change the category to Generative AI.
1.04
20 May 2024
Support single quotes in the input text (by escaping them).
1.00
10 May 2024
Initial Release.
Ollama Embedding GenAI Agent Release Notes
1.00
04 Nov 2024
Initial Release.
Last updated
Was this helpful?