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

Amazon Bedrock - Knowledge Bases and Data Sources #39245

Merged
merged 27 commits into from May 2, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    a34a85b View commit details
    Browse the repository at this point in the history
  2. AOSS hook implemented

    ferruzzi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7a2e21a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d183e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e98d37d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ae8c61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b19e0ee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78df56c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    687086a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    461a513 View commit details
    Browse the repository at this point in the history
  10. Doc Page - Bedrock Agent

    ferruzzi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7db6a87 View commit details
    Browse the repository at this point in the history
  11. static check doc fixes

    ferruzzi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    be0f339 View commit details
    Browse the repository at this point in the history
  12. fix missing docstrings

    ferruzzi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e40d975 View commit details
    Browse the repository at this point in the history
  13. add reference to opensearchserverless.rst

    should fix "Validate provider.yaml files" failure
    ferruzzi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    1988a7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ee3e4e3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9069a0b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fa7dc78 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d1fbda2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7138c0b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5029167 View commit details
    Browse the repository at this point in the history
  20. Move some hooks into tasks

    ferruzzi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    68f762a View commit details
    Browse the repository at this point in the history
  21. fix opensearch unit test

    This constant was removed because it was causing a circular import and I missed removing the references to it in the unit tests.
    ferruzzi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d2fba72 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    73ab4a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    6d5cdd2 View commit details
    Browse the repository at this point in the history
  2. aws_conn_id=None

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

Commits on May 1, 2024

  1. Fix templating

    - The template fields are not substituted yet in the init so call_args was preserving and using the template string rather than the substituted value.
    - Some of the names became too long once our env_id was appended, so I shortened them down.
    ferruzzi committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f4d2d00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4700305 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0d9d4 View commit details
    Browse the repository at this point in the history