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(dspy): dspy-integration-with-langfuse #1186

Commits on Jun 21, 2024

  1. dspy-integration-with-langfuse

    xucai committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5d2728b View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. ollama support langfuse

    xucai committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    7941e3a View commit details
    Browse the repository at this point in the history
  2. ollama support langfuse

    xucai committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    8d02e99 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    xucai committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3890b9d View commit details
    Browse the repository at this point in the history
  2. new BaseTracker && use LangfuseTracker

    xucai committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1164399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6063d0f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    479e7a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d000151 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f33208 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    xucai committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c34a323 View commit details
    Browse the repository at this point in the history
  2. langfuse:think of kwargs as metadata

    xucai committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7dbeedb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    
    # Conflicts:
    #	dsp/modules/azure_openai.py
    xucai committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    16d6934 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    xucai committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4d10a2d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. support tracker_decorator

    xucai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    2c78181 View commit details
    Browse the repository at this point in the history
  2. support tracker_decorator

    xucai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f0fadac View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    xucai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    4341f2d View commit details
    Browse the repository at this point in the history
  4. support tracker_decorator

    xucai committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    b23818b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    xucai committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3f72c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12af731 View commit details
    Browse the repository at this point in the history
  3. tracker should be placed outside of kwargs(issubclass(args[0].tracker…

    ….__class__, BaseTracker))
    xucai committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b4ad853 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    
    # Conflicts:
    #	dsp/modules/ollama.py
    xucai committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    5aca3f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    
    # Conflicts:
    #	dsp/modules/gpt3.py
    #	requirements.txt
    xucai committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1af665f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Supports users to manually call the tracker.

    xucai committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2ae10c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

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

Commits on Aug 9, 2024

  1. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    xucai committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6661e19 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Support langfuse & add md file

    xucai committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2a73b0d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/xucailiang/dspy into featur…

    …e(dspy)-dspy-integration-with-langfuse
    xucai committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9db9564 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Support langfuse & add md file

    xucai committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b9aa5b7 View commit details
    Browse the repository at this point in the history
  2. Support langfuse & add md file

    xucai committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    c0853ec View commit details
    Browse the repository at this point in the history
  3. Support langfuse & add md file

    xucai committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    ea3d37a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    e542950 View commit details
    Browse the repository at this point in the history
  2. Update gpt3.py

    arnavsinghvi11 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bc0af45 View commit details
    Browse the repository at this point in the history
  3. Update azure_openai.py

    arnavsinghvi11 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    47a7c0a View commit details
    Browse the repository at this point in the history
  4. Update azure_openai.py

    arnavsinghvi11 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    500ff5e View commit details
    Browse the repository at this point in the history
  5. Update gpt3.py

    arnavsinghvi11 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    78afb06 View commit details
    Browse the repository at this point in the history