Optionalcontext?: string | nullOptionalfilters?: ChunkFilter | nullOptionalis_Whether of not the suggested queries are being generated for ecommerce.
Optionalis_Whether or not the suggested queries are being generated for a followup question. If true, the suggested queries will be generated for a followup question. If false, the suggested queries will be generated for a new question.
Optionalquery?: string | nullThe query to base the generated suggested queries off of using RAG. A hybrid search for 10 chunks from your dataset using this query will be performed and the context of the chunks will be used to generate the suggested queries.
Optionalsearch_Optionalsuggestion_Optionalsuggestions_The number of suggested queries to create, defaults to 10
Context is the context of the query. This can be any string under 15 words and 200 characters. The context will be used to generate the suggested queries. Defaults to None.