Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/eidolon-resource/_shared/latest--VectaraSearch.json
Parent schema eidolon-resource
Type: object

A logic unit for searching in Vectara. Requires the VECTARA_API_KEY environment variable to be set for authentication.

Properties

implementation const: "VectaraSearch" required
Constant: "VectaraSearch"
corpus_key string required

The corpus key to search in.

description string

Description of the tool presented to LLM. Will be formatted with corpus_key.

Default: "Search documents related to {corpus_key}."
vectara_url string
Default: "https://api.vectara.io/"
read_document_enabled boolean

Enable read_document tool.

Default: false
read_document_description string | null

Description of the tool presented to LLM. Will be formatted with corpus_key.

Default: "Read a document from {corpus_key}."