halguru rag extract
Extract metadata from files prepared for the RAG. Usage:
| Options | Default | Description |
|---|---|---|
--help, -h |
Prints help information | |
--verbose, -v |
Enables detailed output for debugging and troubleshooting purposes. | |
--rag-file, -f |
Specifies the path to the RAG file to extract. |
Summary#
Represents the command to upload files to the AI AgentConfiguration using specified parameters.
Remarks#
The RagUploadCommand facilitates the upload process by allowing users to specify an agent configuration, files to upload, file patterns to include or exclude, and additional settings for the connection to the LLM.
Option --help, -h#
Prints help information
Option --verbose, -v#
Enables detailed output for debugging and troubleshooting purposes.
- Type:
0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
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.
Option --rag-file, -f#
Specifies the path to the RAG file to extract.
- Type:
String
Specifies the path to the RAG (Retriever-Augmented Generation) file to extract.
This property determines the location of the file that contains the data necessary for the extraction process. It is used in the RAG extract command to identify the appropriate input file for processing. The value should be a valid path to an accessible file.
| Last updated: | 2026-01-26 | |
| Autogenerated: | Yes | |
| AI powered: | Yes | |
| Core version: | 1.77.0 |