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

Implement new streaming ask endpoint (WIP) #400

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Commits on Apr 12, 2024

  1. WIP: Implement new streaming ask endpoint

    Jonathan Velkeneers committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7f5a762 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Remove useless charsGenerated checking

    Jonathan Velkeneers committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    69b022f View commit details
    Browse the repository at this point in the history
  2. replace break with yield break

    Jonathan Velkeneers committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f10b59c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:JonathanVelkeneers/kernel-memory in…

    …to 100-streaming-askAsync-response
    Jonathan Velkeneers committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    81eea9f View commit details
    Browse the repository at this point in the history
  4. sync

    Jonathan Velkeneers committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    123e3e2 View commit details
    Browse the repository at this point in the history
  5. change comment

    Jonathan Velkeneers committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f4f046c View commit details
    Browse the repository at this point in the history
  6. Fix buffering in WebClient

    Jonathan Velkeneers committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0d9e47e View commit details
    Browse the repository at this point in the history
  7. Add System.Net.Http.Json and use ReadFromJsonAsAsyncEnumerable

    Jonathan Velkeneers committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    038f971 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 17, 2024

  1. Refactor SearchClient.cs to return MemoryAnswer in stead of string

    Jonathan Velkeneers committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c21f78e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ffeea View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on Jun 9, 2024

  1. Merge branch 'main' of github.com:microsoft/kernel-memory into 100-st…

    …reaming-askAsync-response
    Jonathan Velkeneers committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d13e381 View commit details
    Browse the repository at this point in the history
  2. Fix null reference errors

    Jonathan Velkeneers committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e500920 View commit details
    Browse the repository at this point in the history
  3. Fix null reference errors

    Jonathan Velkeneers committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    16969eb View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/100-streaming-askAsync-response'…

    … into 100-streaming-askAsync-response
    Jonathan Velkeneers committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    c269f59 View commit details
    Browse the repository at this point in the history
  5. Undo null changes

    Jonathan Velkeneers committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7eb5093 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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