Lucenia Assistant Toolkit
The Lucenia Assistant Toolkit helps you create AI-powered assistants for Lucenia Dashboards. The toolkit includes the following elements:
- Agents and tools: Agents interface with a large language model (LLM) and execute high-level tasks, such as summarization or generating Piped Processing Language (PPL) queries from natural language. The agent's high-level tasks consist of low-level tasks called tools, which can be reused by multiple agents.
Enabling Lucenia Assistant
To enable Lucenia Assistant, perform the following steps:
-
Enable the agent framework and retrieval-augmented generation (RAG) by configuring the following settings:
plugins.ml_commons.agent_framework_enabled: true
plugins.ml_commons.rag_pipeline_feature_enabled: true -
Enable the assistant by configuring the following settings:
assistant.chat.enabled: true
observability.query_assist.enabled: true