Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.48 KB

RELEASE_NOTES.md

File metadata and controls

28 lines (24 loc) · 1.48 KB

5/1/2024

  • changed pre-req notebook
    • Titan text premier (TTP) tested and works
    • Titan emb v2 tested and works
    • claude Haiku v2 instead of v2 in the messages API
  • changed few 01_Text_generation notebooks:
    • 00 now has both Claude and TTP
    • 01 now uses TTP
    • 02 now uses Claude and TTP examples
    • 03, depending on the model can answer even though for demonstration purposes we want the model to say it is unsure. Sticking to Titan Large for this, for now.
    • 04 changed readme to encourage customers to try TTP.

2/15/2024

  • new 'basic' set up and testing which removes the need for bedrock utils folder. All notebooks now just use default boto3 bedrock/bedrock-runtime
  • Some notebooks have moved as is, and others have been merged. Making sure instructions in the notebook are still correct (markdown sections) is important
  • Open source examples (Langchain, Nemo) have been moved to a separate folder. Some existing PRs can be fixed and tested directly here. Once we test it we can resolve those PRs and point to the new release.
  • Fine tuning and other new feature examples are needed
  • Pending Major PRs

2/10/2024

  • Major structural changes
  • working branch is BR-workshop-v2