Adding Property Schema when creating a DocSet
Using the Console Click the New DocSet button on the DocSet list page. In the pop-up, select Properties Schema. Add the Properties and specifc the configuration for each:Name
: The name of the property. This is the key in the key:value pair.Type
: The type of value to extract. Choose betweenString
,Number
, orBoolean
.- (optional)
Description
: The description of the property being extracted. The Aryn query engine will use this description when creating query plans. - (optional)
Default Value
: If the LLM does not find a value to exract, this is what will be placed as the value for the property.NULL
is default. - (optional)
Examples
: These are comma separated example property values. The LLM will use these as examples of what a value might be for a specific property.