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

[Security solution] AI Assistant, replace LLM with SimpleChatModel + Bedrock streaming #182041

Merged
merged 44 commits into from
May 22, 2024

Commits on Apr 29, 2024

  1. wip

    stephmilovic committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4c82b22 View commit details
    Browse the repository at this point in the history
  2. esql tool

    stephmilovic committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    08dfd30 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. alert tools

    stephmilovic committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    e823543 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix merge

    stephmilovic committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3908f40 View commit details
    Browse the repository at this point in the history
  2. rm structured

    stephmilovic committed May 9, 2024
    Configuration menu
    Copy the full SHA
    699abbb View commit details
    Browse the repository at this point in the history
  3. stream wip

    stephmilovic committed May 9, 2024
    Configuration menu
    Copy the full SHA
    dc3d12c View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

    stephmilovic committed May 14, 2024
    Configuration menu
    Copy the full SHA
    385bf10 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. zomg it streamed

    stephmilovic committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4830879 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    ada553e View commit details
    Browse the repository at this point in the history
  2. this is awesome

    stephmilovic committed May 16, 2024
    Configuration menu
    Copy the full SHA
    13cbfe8 View commit details
    Browse the repository at this point in the history
  3. rm silly

    stephmilovic committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b7c6af7 View commit details
    Browse the repository at this point in the history
  4. moar

    stephmilovic committed May 16, 2024
    Configuration menu
    Copy the full SHA
    af61cac View commit details
    Browse the repository at this point in the history
  5. merge in main

    stephmilovic committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cb83d04 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0556f4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. wip openai

    stephmilovic committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a3c5394 View commit details
    Browse the repository at this point in the history
  2. openai really works

    stephmilovic committed May 17, 2024
    Configuration menu
    Copy the full SHA
    109dfa0 View commit details
    Browse the repository at this point in the history
  3. fix executor tests

    stephmilovic committed May 17, 2024
    Configuration menu
    Copy the full SHA
    df3732e View commit details
    Browse the repository at this point in the history
  4. more tests

    stephmilovic committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b123495 View commit details
    Browse the repository at this point in the history
  5. more

    stephmilovic committed May 17, 2024
    Configuration menu
    Copy the full SHA
    93fedb7 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. more tests

    stephmilovic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b53c2c5 View commit details
    Browse the repository at this point in the history
  2. cleanup

    stephmilovic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    14779d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    082c5ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cdc699 View commit details
    Browse the repository at this point in the history
  5. test fix

    stephmilovic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    88d759e View commit details
    Browse the repository at this point in the history
  6. i18n fix

    stephmilovic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6d6a3c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43cef41 View commit details
    Browse the repository at this point in the history
  8. rm disable

    stephmilovic committed May 20, 2024
    Configuration menu
    Copy the full SHA
    265afe2 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. server dir

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    85f7d2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d7d540 View commit details
    Browse the repository at this point in the history
  3. fix types

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4025acd View commit details
    Browse the repository at this point in the history
  4. fix merge

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    47ff787 View commit details
    Browse the repository at this point in the history
  5. fix type

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5b0b77b View commit details
    Browse the repository at this point in the history
  6. fix import

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c463169 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a8c017 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    68b0b7b View commit details
    Browse the repository at this point in the history
  9. fix lint

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fd4e3c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6f11ca6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    726dcbd View commit details
    Browse the repository at this point in the history
  12. more import fixing

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    afb7e49 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b81bdf0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2f66531 View commit details
    Browse the repository at this point in the history
  15. fix!

    stephmilovic committed May 21, 2024
    Configuration menu
    Copy the full SHA
    021de2b View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

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