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

Introduce Text query embedding method #4562

Open
albertisfu opened this issue Oct 11, 2024 · 1 comment
Open

Introduce Text query embedding method #4562

albertisfu opened this issue Oct 11, 2024 · 1 comment

Comments

@albertisfu
Copy link
Contributor

This would be the last pice related to the embedding microservice project.

  • This task consist to create a method that can be called within the Case Law semantic search as a previous step to send the query to ES.
  • It'll be as simple as calling the embedding microservice synchronously and using the response to build the semantic ES query.
    This method should be called for either the frontend and the Search API if we're also considering making semantic search available via the API.
  • This task could also include creating the semantic query using the query embedding and adding tests to ensure that semantic queries work properly.

The UI and additional components for making semantic search available to users are not considered here. Should they be? @mlissner

@mlissner
Copy link
Member

and the Search API

We'll actually be developing the API first this time. Doing the UI work will come later, hopefully after the new version of the site is launched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants