halguru rag clear
Remove all files from the RAG. Usage:
Options | Default | Description |
---|---|---|
--help , -h |
Prints help information | |
--agent-file , -a |
The YAML file that defines the agent to be used. | |
--llm-connector , -l |
LLM Connector name to use. If not set, uses the first one. | |
--verbose , -v |
Enables detailed output for debugging and troubleshooting purposes. |
Summary#
Represents a command that clears all files associated with an AI agent.
Remarks#
This command removes all stored files for a specified AI agent, leveraging the specified YAML file and optional LLM connector.
Option --help
, -h
#
Prints help information
Option --agent-file
, -a
#
The YAML file that defines the agent to be used.
- Type:
String
Gets or sets the YAML file that specifies the configuration for the agent.
If not explicitly set, the default file name is derived from the application constants. It is intended to be provided as a command-line option when executing relevant commands.
Option --llm-connector
, -l
#
LLM Connector name to use. If not set, uses the first one.
- Type:
String
Specifies the LLM Connector name to be used.
Identifies the name of the Language Learning Model (LLM) Connector to use during command execution. If not provided, the first available connector will be used by default.
Option --verbose
, -v
#
Enables detailed output for debugging and troubleshooting purposes.
Specifies whether detailed output is enabled for debugging and troubleshooting purposes.
When set to true, additional information about the command execution process is displayed, which can be useful for diagnosing issues or understanding internal operations. By default, the value is false, indicating standard output only.
Last updated: | 2025-10-13 | |
Autogenerated: | Yes | |
AI powered: | Yes | |
Core version: | 1.66.0 |