Fields[]
.halguru-rag.yaml ➤ Entities[] ➤ Files[] ➤ Fields[]
List of fields available in the RAG file. Each field represents an individual RAG entity with its specific attributes and functionality.
Entities:
- Files:
- Fields:
- Name: Any text
Description: |
Any text
with multiple lines
FieldDataType: Custom
RegexValidator: Any text
CodeValidator: {}
ExampleValue: Any text
IsVectorized: true
IsSearchable: true
Prompt: Answer as simple as possible
| Name |
Description |
| Title |
Fields |
| Field Type |
ObjectList |
| Required |
False |
Field List
| Name |
Type |
Required |
Description |
| Name |
Text |
✔️ |
The name of the RAG entity field. |
| Description |
MultilineText |
|
The description of the RAG entity field. |
| FieldDataType |
Choice |
|
The data type of the RAG entity field for the field validation. |
| RegexValidator |
Text |
|
Regular expression for the field validation. |
| CodeValidator |
Object |
|
Path to the code checker for the field validation. |
| ExampleValue |
Text |
|
Example value for the field. |
| IsVectorized |
Boolean |
|
Whether the field is converted to a vector for the search. |
| IsSearchable |
Boolean |
|
Whether the field can be searched. |
| Prompt |
Prompt |
|
Prompt for finding the value of the RAG entity field in the file. |
| Property |
Value |
| Path |
Entities[].Files[].Fields[] |
| Internal Type |
RAGModels.RAGFieldItem |
| Internal Root Type |
RAGHalGuru |
| File Extension |
.halguru-rag.yaml |
| JSON Schema |
halguru-rag-schema.json |
| Last updated: | | 2026-03-19 |
| Autogenerated: | | Yes |
| AI powered: | | Yes |
| Core version: | | 1.93.0 |