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

Improved sliding window - trim old context #12

Merged
merged 9 commits into from Sep 7, 2023

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    879424e View commit details
    Browse the repository at this point in the history
  2. only send embedding for the most recent query

    to prevent exceeding token limits
    conceptd3v committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    7b30aad View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. bugfix: groundings for first message exceed token limit

    hack is to trim them, recognizing the LLM answer may not be ideal...
    conceptd3v committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b8a9b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c28409 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. simplify kotlin syntax

    Co-authored-by: Kristen Halper <khalper@microsoft.com>
    conceptdev and khalp committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6461622 View commit details
    Browse the repository at this point in the history
  2. Update logic to allow for possibly null text field

    Co-authored-by: Kristen Halper <khalper@microsoft.com>
    conceptdev and khalp committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e8e8cbb View commit details
    Browse the repository at this point in the history
  3. don't repeat null check

    Co-authored-by: Kristen Halper <khalper@microsoft.com>
    conceptdev and khalp committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ba23d5c View commit details
    Browse the repository at this point in the history
  4. implement feedback

    conceptd3v committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    61369bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c63b17f View commit details
    Browse the repository at this point in the history