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

Python: #6761 Onnx Connector #8106

Open
wants to merge 49 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2024

  1. setup for onnx connector

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

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    49a2a72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2c5a70 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    342db1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c371de View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 22, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    fd6d9b4 View commit details
    Browse the repository at this point in the history
  2. migrated to uv

    nmoeller committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b118396 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    0da7615 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b6df05 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

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

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    81bf663 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into issue-6761-ONNX-gen-a…

    …i-Connector
    
    # Conflicts:
    #	python/tests/integration/completions/chat_completion_test_base.py
    #	python/uv.lock
    nmoeller committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bd21157 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Update python/semantic_kernel/connectors/ai/onnx/services/onnx_gen_ai…

    …_completion_base.py
    
    Co-authored-by: Tao Chen <taochen@microsoft.com>
    nmoeller and TaoChenOSU authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    21f585f View commit details
    Browse the repository at this point in the history
  2. Update python/semantic_kernel/connectors/ai/onnx/services/onnx_gen_ai…

    …_completion_base.py
    
    Co-authored-by: Tao Chen <taochen@microsoft.com>
    nmoeller and TaoChenOSU authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    58702f3 View commit details
    Browse the repository at this point in the history
  3. Update python/semantic_kernel/connectors/ai/onnx/services/onnx_gen_ai…

    …_completion_base.py
    
    Co-authored-by: Tao Chen <taochen@microsoft.com>
    nmoeller and TaoChenOSU authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8908cb9 View commit details
    Browse the repository at this point in the history
  4. Update python/semantic_kernel/connectors/ai/onnx/services/onnx_gen_ai…

    …_chat_completion.py
    
    Co-authored-by: Tao Chen <taochen@microsoft.com>
    nmoeller and TaoChenOSU authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    af15de6 View commit details
    Browse the repository at this point in the history
  5. integrated pr feedback

    nmoeller committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    14128e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    352dede View commit details
    Browse the repository at this point in the history
  7. integrated pr feedback

    nmoeller committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9471cbb View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    49514d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    322afd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c31645 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    477db50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    030254a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    627f0b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Update python/semantic_kernel/connectors/ai/onnx/onnx_utils.py

    Co-authored-by: Eduard van Valkenburg <eavanvalkenburg@users.noreply.github.com>
    nmoeller and eavanvalkenburg authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e86db81 View commit details
    Browse the repository at this point in the history
  2. implemented pr feedback

    nmoeller committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cdb18ba View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Update python/semantic_kernel/connectors/ai/onnx/services/onnx_gen_ai…

    …_chat_completion.py
    
    Co-authored-by: Tao Chen <taochen@microsoft.com>
    nmoeller and TaoChenOSU authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3098efb View commit details
    Browse the repository at this point in the history
  2. Update python/semantic_kernel/connectors/ai/onnx/services/onnx_gen_ai…

    …_chat_completion.py
    
    Co-authored-by: Tao Chen <taochen@microsoft.com>
    nmoeller and TaoChenOSU authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c5d6412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f6a0ca View commit details
    Browse the repository at this point in the history
  4. Implemented PR Feedback

    nmoeller committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    434f63f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10eb683 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c071761 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    59550a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d02aee View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    593d757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f5ed2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c0c5c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Update python/samples/concepts/README.md

    Co-authored-by: Tao Chen <taochen@microsoft.com>
    nmoeller and TaoChenOSU authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    8ec2fe4 View commit details
    Browse the repository at this point in the history
  2. simplified test setup

    nmoeller committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    673d446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b7d49e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    ed82d0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db1f41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86fc385 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    1affb38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8438a27 View commit details
    Browse the repository at this point in the history