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
When performing a search, trigger also another action that will query the AI service. This query must run separately from the normal search, and should not block the UI loading since it will take longer. For now we won't display anything in the frontend, we will just trigger the AI search and do nothing with the response.
Work involved
Create a new action to be called on search
Make the action query the AI endpoint
Acceptance criteria
On search, the AI endpoint is queried with:
User pid/orcid (tbd)
Search query.
The text was updated successfully, but these errors were encountered:
Description
When performing a search, trigger also another action that will query the AI service. This query must run separately from the normal search, and should not block the UI loading since it will take longer. For now we won't display anything in the frontend, we will just trigger the AI search and do nothing with the response.
Work involved
Acceptance criteria
On search, the AI endpoint is queried with:
The text was updated successfully, but these errors were encountered: