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

Adds TokenizationTaskRequest and InfoService #11

Merged
merged 3 commits into from
Aug 20, 2024

Commits on Aug 1, 2024

  1. Adds TokenizationTaskRequest and InfoService

    This includes the TokenizationTaskRequest method for the embeddings models at the NLP interface + implements the InfoService for the watsonx product team requirement to be able to retrieve embeddings models' metadata.
    
    - Implements tokenization_task_predict method for NlpServicer
    - Implements InfoServicer with get_models_info  method
    
    Signed-off-by: Flavia Beo <[email protected]>
    flaviabeo committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    ad6604d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Identing fix

    Signed-off-by: Flavia Beo <[email protected]>
    flaviabeo committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    c525364 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Makes one request for each model in the list

    Signed-off-by: Flavia Beo <[email protected]>
    flaviabeo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6549d51 View commit details
    Browse the repository at this point in the history