-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exhaustive retrieval builder page: filtering search / timeframe #1951
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens to existing agents?
Will they all land on the right settings in the builder with their existing configurations? |
Tested locally creating an Auto / Custom1Month / AllTime and then merging to your branch. Auto and Custom1Month are properly mapped to Search and TimeFrame in the UI, but this is a bit of a lie since really Custom1Month is not query=null right? AllTime gets mapped to Search which makes sense but is a bit of a lie since it'll still force all time right?
|
Cf the changes to front/pages/w/[wId]/builder/assistants/[aId]/index.tsx |
Yes but this is a read-only switch until the configuration is revisited and saved right? |
So these are the And here are the For the For the custom ones we need a bit more thinking? |
Yes; for the custom ones that are not our own, among which a share actually wants exhaustive retrieval, l would email with instructions to adapt, and contact to get help to do so (= eng runner = me) For the migration
I'll have a look at a few of them in detail to get a sense |
I disagree that the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per IRL:
- We want to add a migration for relativeTimeFrame='none'
- This is obviously dependent on checking that query=none works
- We will also wait for a follow-up PR to be ready that will indicate when we were unable to fit all results in context
For the "custom", as discussed IRL, there are 3 non-dust non-archived assistants that are affected, I will deal with them manually |
3c5f5c1
to
b852320
Compare
As discussed IRL with @gabhubert , migration & merge to be done monday morning |
Context: issue #1864, and design doc with visual
Since testing locally is not trivial (requires either talking to local datasources, or adding remote datasources), I can merge and test--and revert quick if issue