It would be so helpful in my use-case
results = await client.dataset(recipe_id, farm_id, user_id, locaton_id).search(question, max_token=3000, ratio=[.7, .1, .1, .1)
max_token of 2100, 300, 300, 300 are applied to each dataset.
Originally posted by @ccomkhj in #71 (comment)