I am attempting to build a REST API call that emulates whatever default options are used when searching via Vectara - Semantic Search.
When I use the Console Search, I get the summary I expect to get.
However, when going the REST API route, I get the following summary:
‘The returned results did not contain sufficient information to be summarized into a useful answer for your query. Please try a different search or restate your query differently.’
How can I emulate the same search request via REST API that is used by Search API Definition | Vectara Docs (using the default settings)?
Also, how do I know which summarizerPromptName to use? What is the latest version?
I currently use “vectara-summary-ext-v1.2.0”, which I was able to find from a code sample.
Thank you.