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

[BUG] fix bug when receive embedding from vertex api #2000

Closed
wants to merge 7 commits into from

Commits on Apr 11, 2024

  1. [fix] the bug when receive embedding from vertex api

    1. fix the way to parse response using list-parsing instead of dict-parsing.
    Albert Li committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3dd01d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. [fix] the bug when receive embedding from vertex api

    1. rewrite the procedure of recieving response and make it more readable.
    2. add some checks to confirm which conditions that developers encounter.
    Albert Li committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    f0bea38 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update: chroma-core#2000

    Summary of changes:
    1. add AuthorizationError and msg for hint
    2. add response as a part of error msg for reminder.
    Albert Li committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    91a4446 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update: chroma-core#2000

    Summary of changes:
    1. cancel AuthorizationError and msg for hint (because of reducing the complexity of hints.)
    Albert Li committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    93b657e View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Update: chroma-core#2000

        Summary of changes:
        1. add unit test
        2. add checks for parameters.
        3. change the response checks and wordings.
    Albert Li committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cc18c22 View commit details
    Browse the repository at this point in the history
  2. Update: chroma-core#2000

            Summary of changes:
            1. add test case for missing api key.
            2. add check for api key.
            3. change the way when calling auth error.
    Albert Li committed May 10, 2024
    Configuration menu
    Copy the full SHA
    be5329d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Update: chroma-core#2000

    Summary of changes:
    1. revise test case of testing api key.
    2. remove default value from project_id.
    3. rewrite condition and exception content to check response.
    Albert Li committed May 13, 2024
    Configuration menu
    Copy the full SHA
    edf580d View commit details
    Browse the repository at this point in the history