Skip to content

Releases: aws-samples/aws-genai-conversational-rag-reference

v0.0.6

13 Oct 00:37
Compare
Choose a tag to compare

0.0.6 (2023-10-13)

Features

  • inference-engine: nested stack + metrics + trace data (efa5e11)
  • infra: add metrics dashboards (b68cd13)
  • llm: add Llama2 model (7eb3da7)
  • llm: cleanup predefined models/adapters + Claude adapter (793ade2)
  • website: update prompt settings based on selected model (8e82eaa)

Bug Fixes

  • increase pip installation timeout for docker image build (#40) (4da24a6)
  • infra: resolve cdk graph diagram focus issue (501a326)
  • llms: resolve token constraint and max inconsistencies (6b109c0)
  • sdk/models: improve prompt adapter templates (db251d5)
  • website: lazy load chat message sources (68ab2bf)
  • website: resolve listChatMessages inconsistencies (afc9c85)

v0.0.5

07 Oct 05:02
Compare
Choose a tag to compare

0.0.5 (2023-10-07)

Features

  • cdk: move infra/galileo/ai to cdk lib and resolve issues (2c87630)
  • cdk: simplify ApplicationContext and move to galileo-sdk package (c174a54)
  • cli: add cognito bulk-create-users command (e02122a)
  • cli: add cognito create/delete user command (646baaf)
  • cli: deploy command flags allowNo for projen and build (de86f23)
  • cli: promote packages cli to standard (0b5d52b)
  • move tooling to galileo-cdk, disable by default, and add to cli (eb09068)
  • website: add ApiExplorer dev tool (82672ff)

Bug Fixes

  • bedrock: handle model kwargs correctly (e6a6d86)
  • cli: input caching, prompt naming inconsistencies (e05f406)
  • galileo-cdk: resolve jssi typeVersions and include /assets in build outputs (e2ad835)
  • infra: resolve no sagemaker models defined iam issue (8c18828)
  • website: cleanup and simplify chat panel (c6b7545)
  • website: improve new chat message handling and chat component structure (2679404)
  • website: render chat message white-space correctly (1579736)

v0.0.4

03 Oct 08:01
Compare
Choose a tag to compare

0.0.4 (2023-10-03)

Features

  • cli: add deploy functionality (replicate original cli) (9bd8077)
  • cli: add deploy functionality (replicate original cli) (3ae7102)
  • cli: add galileo-cli project (67ffaeb)

Bug Fixes

  • cli: disabled autoDetectBin for build; added comments for future maintenance (f7287ef)

v0.0.3

01 Oct 02:49
Compare
Choose a tag to compare

0.0.3 (2023-10-01)

v0.0.2

28 Sep 10:30
Compare
Choose a tag to compare

0.0.2 (2023-09-28)

Bug Fixes

  • cli: resolve broken execa.execaCommand in cli (e2e051e)

v0.0.1

28 Sep 02:37
Compare
Choose a tag to compare

0.0.1 (2023-09-28)

v0.0.0

28 Sep 01:43
Compare
Choose a tag to compare

0.0.0 (2023-09-28)

Features

  • add bedrock support (fab6b6b)
  • demo-api: add ChatOptions to createChatMessage API and wire up domain in inference-engine handler (5e8d828)
  • impl Handlebars prompts and enhance serializable adapters (58c466b)
  • infra: add helper construct for existing llms (56f28fe)
  • projen: implement EsmTypescriptProject to support ESM (8fd59eb)
  • website: add copy/paste for dev settings (50494e9)
  • website: change dev settings to be splitview with tabs (9f3b7c2)

Bug Fixes

  • bedrock: correctly propagate bedrock region (2924b3f)
  • demo-website: sources not shown after refresh (c37e229)
  • galileo-cli: multi-region bootstrap (cbacd9a)
  • remove JDK 17 hard requirement and break circular build dep (7c88123)
  • replace NorthStar AppLayout with Cloudscape components (f582cb6)