You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
db-ally should allow the provision of extra context for its runs, such as identifying the user who is asking the question. This context can be particularly useful in StructuredViews to craft responses in a personalized manner, taking into consideration parameters like the identity of the person asking the question or other relevant details.
Motivation
Given the following filters for searching employee database:
Feature description
db-ally should allow the provision of extra context for its runs, such as identifying the user who is asking the question. This context can be particularly useful in StructuredViews to craft responses in a personalized manner, taking into consideration parameters like the identity of the person asking the question or other relevant details.
Motivation
Given the following filters for searching employee database:
and user question like this:
db-ally should be able to fecth user department from injected context and answer the question.
Additional context
We probably need to design how we want to indicate in IQL that we wish to use context rather than an explicit value. For example:
and later in IQL LLM could call filter like this:
filter_by_department(SELF)
The text was updated successfully, but these errors were encountered: