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

feat(instrumentation): Updated Langchain instrumentation to use Langchain Callbacks #902

Closed
wants to merge 7 commits into from

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    709adb0 View commit details
    Browse the repository at this point in the history
  2. Added context logic

    midhun1998 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    f26fccd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7795c69 View commit details
    Browse the repository at this point in the history
  4. Added span mapper

    midhun1998 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6d5da78 View commit details
    Browse the repository at this point in the history
  5. Added back the original monkey patching for methods for classes that …

    …don't support callbacks
    midhun1998 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    1c3f07d View commit details
    Browse the repository at this point in the history
  6. Moved init_wrapper to different file to keep up with project structur…

    …e. Commented all debug statements
    midhun1998 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    12abb2f View commit details
    Browse the repository at this point in the history
  7. Formatted using black

    midhun1998 committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    6c62384 View commit details
    Browse the repository at this point in the history