VectaraSearch
Property | Pattern | Type | Deprecated | Definition | Title/Description |
---|---|---|---|---|---|
+ implementation | No | const | No | - | Implementation |
+ corpus_key | No | string | No | - | Corpus Key |
- description | No | string | No | - | Description |
- vectara_url | No | string | No | - | Vectara Url |
1. Property implementation
Title: Implementation
Type | const |
Required | Yes |
Specific value: "VectaraSearch"
2. Property corpus_key
Title: Corpus Key
Type | string |
Required | Yes |
Description: The corpus key to search in.
3. Property description
Title: Description
Type | string |
Required | No |
Default | "Search documents related to {corpus_key}." |
Description: Description of the tool presented to LLM. Will be formatted with corpus_key.
4. Property vectara_url
Title: Vectara Url
Type | string |
Required | No |
Default | "https://api.vectara.io/" |