Skip to content

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

v0.1.7

14 Nov 01:26
5592563
Compare
Choose a tag to compare

0.1.7 (2023-11-14)

Bug Fixes

  • docs: restore missing Cloud9 quick-start instructions (#91) (5592563)

v0.1.6

10 Nov 00:50
Compare
Choose a tag to compare

0.1.6 (2023-11-10)

Bug Fixes

  • website: enforce utf-8 encoding for chat export (67ecfb4)

v0.1.5

09 Nov 02:19
Compare
Choose a tag to compare

0.1.5 (2023-11-09)

Bug Fixes

  • website: inference settings model/endpoint kwargs reset issue (0207f77)

v0.1.4

08 Nov 10:52
Compare
Choose a tag to compare

0.1.4 (2023-11-08)

Features

  • cli: add excel loader example (cad3243)
  • cli: show loader while retrieving available bedrock models during deploy (0c58c5d)
  • cli: show progress during document upload (550f078)
  • cli: use select for cognito usergroup while creating user (1842da6)

Bug Fixes

  • github-actions: release-docs runs only in main repo (no fork) (c1c61f5)

v0.1.3

08 Nov 08:31
Compare
Choose a tag to compare

0.1.3 (2023-11-08)

Features

  • website: optional export of LLM info and modelKwargs (e1c730a)

v0.1.2

08 Nov 03:46
Compare
Choose a tag to compare

0.1.2 (2023-11-08)

Bug Fixes

  • infra: resolve embedding model endpoint extract issues (268bbcd)

v0.1.1

07 Nov 07:19
Compare
Choose a tag to compare

0.1.1 (2023-11-07)

Bug Fixes

  • infra: correct application config merging issue (eed035a)

v0.1.0

07 Nov 02:11
Compare
Choose a tag to compare

0.1.0 (2023-11-07)

⚠ BREAKING CHANGES

  • corpus: local embedding model within the corpus containers
    has been removed. To change the embedding model, you need to configure
    the rag.embeddingModels property in the config.json

Features

  • cdk: implement ManagedEmbedding sagemaker endpoint (c9e3df6)
  • corpus: use ManagedEmbeddings SageMakerEndpoint for embeddings (cda00e8)
  • website: add Embedding dev tool (30485b7)

v0.0.28

06 Nov 07:13
db79a02
Compare
Choose a tag to compare

0.0.28 (2023-11-06)

Bug Fixes

  • docs: make absolute documentation link relative (#83) (db79a02)

v0.0.27

06 Nov 01:55
Compare
Choose a tag to compare

0.0.27 (2023-11-06)

Features

  • website: add export chat functionality (e1bda46)

Bug Fixes

  • website: continuous re-render (d1ddff5)