Skip to content

IllmConnector

.halguru-rag.yamlIllmConnector

Gets or sets the LLM connector configuration for the RAG container.

IllmConnector:
  LLMProvider: Echo
  Model: Any text
  Temperature: 1.23
  MaxTokens: 5
  AssistantId: Any text
  VectorStoreId: Any text
  ApiKey: Any text
  SystemPromptName: Any text
  Tools: []
  RAGConnectorNames: []
  ApiUrl: Any text

Field Information#

Name Description
Title Illm Connector
Field Type Object
Required True

Field List#

Name Type Required Description
LLMProvider Choice ✔️ Represents the LLM provider used by the RAG-LLM-Connector.
Model Text Represents the model identifier used by the RAG-LLM-Connector.
Temperature Decimal Represents the temperature used by the RAG-LLM-Connector.
MaxTokens Integer Represents the maximum number of tokens to generate by the RAG-LLM-Connector.
AssistantId Text Represents the assistant identifier used by the RAG-LLM-Connector.
VectorStoreId Text Represents the vector store identifier used by the RAG-LLM-Connector.
ApiKey Text Represents the API key used by the RAG-LLM-Connector.
SystemPromptName Text Represents the prompt used by the RAG-LLM-Connector.
Tools[] SimpleList Represents the tools used by the RAG-LLM-Connector.
RAGConnectorNames[] SimpleList Represents the RAG connector names used by the RAG-LLM-Connector.
ApiUrl Text The api url of the RAG-LLM-Connector.

Remarks#

This property defines the configuration details for the LLM (Language Model) connector associated with the RAG container. It specifies the path to the connector and ensures the integration between the RAG system and the LLM infrastructure.

Technical Information#

Property Value
Path IllmConnector
Internal Type RAGModels.RagIllmConnector
Internal Root Type RAGHalGuru
File Extension .halguru-rag.yaml
JSON Schema halguru-rag-schema.json

.halguru-rag.yaml#

Reference Index#

Configuration Files#


Last updated: 2026-03-19
Autogenerated: Yes
AI powered: Yes
Core version: 1.93.0