Skip to content
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

Query AI on Search #718

Open
miguelgrc opened this issue Jan 23, 2025 · 0 comments
Open

Query AI on Search #718

miguelgrc opened this issue Jan 23, 2025 · 0 comments

Comments

@miguelgrc
Copy link
Collaborator

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

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant