This function will generate 3 suggested queries based off a hybrid search using RAG with the query provided in the request body and return them as a JSON object.
Example:
const data = await trieve.suggestedQueries({ query: "Some search query",}); Copy
const data = await trieve.suggestedQueries({ query: "Some search query",});
Optional
This function will generate 3 suggested queries based off a hybrid search using RAG with the query provided in the request body and return them as a JSON object.
Example: