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

inference for updating record embeddings #18

Open
davidberenstein1957 opened this issue Dec 22, 2022 · 0 comments
Open

inference for updating record embeddings #18

davidberenstein1957 opened this issue Dec 22, 2022 · 0 comments
Assignees
Labels
help wanted Extra attention is needed inference

Comments

@davidberenstein1957
Copy link
Member

Automatically add predictions to records as they are logged into Argilla. This can be used for making it really easy to pre-annotated a dataset with an existing model or service.

MVP

from argilla_plugins.inference import embedder

embedder(name="dataset", model="model_name", vector_name="vector")
embedder.start()

Stretch
filtering variables like query could be added to limit the sync.

@davidberenstein1957 davidberenstein1957 added the help wanted Extra attention is needed label Jan 19, 2023
@davidberenstein1957 davidberenstein1957 self-assigned this Jan 19, 2023
davidberenstein1957 added a commit that referenced this issue Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed inference
Projects
None yet
Development

No branches or pull requests

1 participant