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

Feature bedrock cohere instrumentation #955

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    159b500 View commit details
    Browse the repository at this point in the history
  2. Squashed commit of the following:

    commit 2834663
    Author: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
    Date:   Mon Oct 9 17:42:05 2023 -0700
    
        OpenAI Mock Backend (#929)
    
        * Add mock external openai server
    
        * Add mocked OpenAI server fixtures
    
        * Set up recorded responses.
    
        * Clean mock server to depend on http server
    
        * Linting
    
        * Pin flask version for flask restx tests. (#931)
    
        * Ignore new redis methods. (#932)
    
        Co-authored-by: Lalleh Rafeei <84813886+lrafeei@users.noreply.github.com>
    
        * Remove approved paths
    
        * Update CI Image (#930)
    
        * Update available python versions in CI
    
        * Update makefile with overrides
    
        * Fix default branch detection for arm builds
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    
        * Add mocking for embedding endpoint
    
        * [Mega-Linter] Apply linters fixes
    
        * Add ratelimit headers
    
        * [Mega-Linter] Apply linters fixes
    
        * Only get package version once (#928)
    
        * Only get package version once
    
        * Add disconnect method
    
        * Add disconnect method
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    
        * Add datalib dependency for embedding testing.
    
        * Add OpenAI Test Infrastructure (#926)
    
        * Add openai to tox
    
        * Add OpenAI test files.
    
        * Add test functions.
    
        * [Mega-Linter] Apply linters fixes
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
        Co-authored-by: mergify[bot] <mergify[bot]@users.noreply.github.com>
    
        * Add mock external openai server
    
        * Add mocked OpenAI server fixtures
    
        * Set up recorded responses.
    
        * Clean mock server to depend on http server
    
        * Linting
    
        * Remove approved paths
    
        * Add mocking for embedding endpoint
    
        * [Mega-Linter] Apply linters fixes
    
        * Add ratelimit headers
    
        * [Mega-Linter] Apply linters fixes
    
        * Add datalib dependency for embedding testing.
    
        ---------
    
        Co-authored-by: Uma Annamalai <uannamalai@newrelic.com>
        Co-authored-by: Lalleh Rafeei <84813886+lrafeei@users.noreply.github.com>
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
        Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
        Co-authored-by: Hannah Stepanek <hstepanek@newrelic.com>
        Co-authored-by: mergify[bot] <mergify[bot]@users.noreply.github.com>
    
    commit db63d45
    Author: Uma Annamalai <uannamalai@newrelic.com>
    Date:   Mon Oct 2 15:31:38 2023 -0700
    
        Add OpenAI Test Infrastructure (#926)
    
        * Add openai to tox
    
        * Add OpenAI test files.
    
        * Add test functions.
    
        * [Mega-Linter] Apply linters fixes
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
        Co-authored-by: mergify[bot] <mergify[bot]@users.noreply.github.com>
    TimPansino committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    df1bd65 View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit 182c7a8
    Author: Uma Annamalai <uannamalai@newrelic.com>
    Date:   Fri Oct 13 10:12:55 2023 -0700
    
        Add request/ response IDs.
    
    commit f6d13f8
    Author: Uma Annamalai <uannamalai@newrelic.com>
    Date:   Thu Oct 12 13:23:39 2023 -0700
    
        Test cleanup.
    
    commit d057663
    Author: Uma Annamalai <uannamalai@newrelic.com>
    Date:   Tue Oct 10 10:23:00 2023 -0700
    
        Remove commented code.
    
    commit dd29433
    Author: Uma Annamalai <uannamalai@newrelic.com>
    Date:   Tue Oct 10 10:19:01 2023 -0700
    
        Add openai sync instrumentation.
    
    commit 2834663
    Author: Timothy Pansino <11214426+TimPansino@users.noreply.github.com>
    Date:   Mon Oct 9 17:42:05 2023 -0700
    
        OpenAI Mock Backend (#929)
    
        * Add mock external openai server
    
        * Add mocked OpenAI server fixtures
    
        * Set up recorded responses.
    
        * Clean mock server to depend on http server
    
        * Linting
    
        * Pin flask version for flask restx tests. (#931)
    
        * Ignore new redis methods. (#932)
    
        Co-authored-by: Lalleh Rafeei <84813886+lrafeei@users.noreply.github.com>
    
        * Remove approved paths
    
        * Update CI Image (#930)
    
        * Update available python versions in CI
    
        * Update makefile with overrides
    
        * Fix default branch detection for arm builds
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    
        * Add mocking for embedding endpoint
    
        * [Mega-Linter] Apply linters fixes
    
        * Add ratelimit headers
    
        * [Mega-Linter] Apply linters fixes
    
        * Only get package version once (#928)
    
        * Only get package version once
    
        * Add disconnect method
    
        * Add disconnect method
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    
        * Add datalib dependency for embedding testing.
    
        * Add OpenAI Test Infrastructure (#926)
    
        * Add openai to tox
    
        * Add OpenAI test files.
    
        * Add test functions.
    
        * [Mega-Linter] Apply linters fixes
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
        Co-authored-by: mergify[bot] <mergify[bot]@users.noreply.github.com>
    
        * Add mock external openai server
    
        * Add mocked OpenAI server fixtures
    
        * Set up recorded responses.
    
        * Clean mock server to depend on http server
    
        * Linting
    
        * Remove approved paths
    
        * Add mocking for embedding endpoint
    
        * [Mega-Linter] Apply linters fixes
    
        * Add ratelimit headers
    
        * [Mega-Linter] Apply linters fixes
    
        * Add datalib dependency for embedding testing.
    
        ---------
    
        Co-authored-by: Uma Annamalai <uannamalai@newrelic.com>
        Co-authored-by: Lalleh Rafeei <84813886+lrafeei@users.noreply.github.com>
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
        Co-authored-by: TimPansino <TimPansino@users.noreply.github.com>
        Co-authored-by: Hannah Stepanek <hstepanek@newrelic.com>
        Co-authored-by: mergify[bot] <mergify[bot]@users.noreply.github.com>
    
    commit db63d45
    Author: Uma Annamalai <uannamalai@newrelic.com>
    Date:   Mon Oct 2 15:31:38 2023 -0700
    
        Add OpenAI Test Infrastructure (#926)
    
        * Add openai to tox
    
        * Add OpenAI test files.
    
        * Add test functions.
    
        * [Mega-Linter] Apply linters fixes
    
        ---------
    
        Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
        Co-authored-by: mergify[bot] <mergify[bot]@users.noreply.github.com>
    TimPansino committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    b6835d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. TEMP

    TimPansino committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    360899b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    8ddd0f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    bdbfdd3 View commit details
    Browse the repository at this point in the history
  2. TEMP

    TimPansino committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    05dbe2a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Tests for bedrock passing

    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    TimPansino and lrafeei committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c305566 View commit details
    Browse the repository at this point in the history
  2. Cleaned up titan testing

    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Hannah Stepanek <hmstepanek@users.noreply.github.com>
    3 people committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    024b24b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bc91bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbb5f4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8c063f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Add cohere model

    lrafeei committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    83efddc View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    46f7c08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83dce3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd05817 View commit details
    Browse the repository at this point in the history