Optional
context?: string | nullOptional
filters?: ChunkFilter | nullOptional
query?: 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.
Optional
search_Optional
suggestion_
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.