Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.varios-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Options

apiUrl
string
required
The URL to the OpenSearch API.
indexName
string
required
The name of the index to search.
resultFields
string
required
Comma-separated list of fields to extract from the search results.
query
string
required
The query template in JSON format. Placeholders: ###SEARCHTERM### and ###COUNT###.
username
string
Username for authentication.
password
string
Password for authentication.
certificate
string
Base64-encoded certificate for the connection.

Arguments

searchterm
string
required
The search term for the OpenSearch search.Example:
The searchterm for the opensearch index
resultCount
integer
required
The number of desired search results.Example:
The result count. Default: 10