Refreshes the specified index by rebuilding it from all configured data sources
(e.g. files, web URLs, SharePoint locations, or other registered inputs).
This operation forces a full re-ingestion and re-indexing of all source content.
Syntax
fn.index.Refresh($indexName)
Parameters
$indexName
The name of the index to refresh.
This must correspond to an existing index within t...
Performs a semantic or keyword search against a configured index and returns the
top matching results.
This function is used to retrieve relevant content blocks, knowledge items, or
documents from a Zeaware Avalon index during agent execution.
Syntax
fn.index.Search($indexName, $searchText [, $numberOfResults])
Parameters
$indexName
A string containing the name of the index ...
This topic contains development information on creating Zeaware Avalon built-in Index functions.
Topics in this Section
The following topics are covered in this section:
...
Writes one or more values to the debug console with automatic formatting.
This function is useful for inspecting variables, tracing execution flow, or
outputting diagnostic information during script execution.
Syntax
fn.debug.Console($value1 [, $value2, $value3, ...])
Parameters
$value1
The first value to write to the debug console. May be any type.
$value2, $value3...
This topic contains development information on creating Zeaware Avalon built-in Debug functions.
Topics in this Section
The following topics are covered in this section:
...