Releases: aws-samples/aws-genai-llm-chatbot
Releases · aws-samples/aws-genai-llm-chatbot
v3.1.4
What's Changed
- fix: select models that are available in current version by @massi-ang in #137
- fix: safety guards in case of missing config by @massi-ang in #138
- Heartbits by @spugachev in #139
- Fix broken link to AWS Console by @eoinsha in #142
- fix: replace csv by .csv by @arm-diaz in #144
- Feat multi chat by @massi-ang in #148
- Fix mistral prompt by @massi-ang in #164
- Add code scroll on overflow by @massi-ang in #168
- Fix mistral input length by @massi-ang in #175
- Allow to deploy Kendra without SageMaker endpoints by @spugachev in #176
- Doc local UI run by @massi-ang in #179
- Feat retriever logic by @massi-ang in #166
- Feat mistral prompt improvements by @massi-ang in #189
- Used a constant for the chatbot name. by @ajaylamba-provar in #182
- Remove unused imports. Upgrade CDK version by @bigadsoleiman in #191
- Fix condense streaming by @bigadsoleiman in #193
New Contributors
- @eoinsha made their first contribution in #142
- @arm-diaz made their first contribution in #144
- @ajaylamba-provar made their first contribution in #182
Full Changelog: v3.1.3...v3.1.4
v3.1.3
What's Changed
- Feat: IDEFICS models support + Mistral 7B Instruct by @bigadsoleiman in #135
Full Changelog: v3.1.2...v3.1.3
v3.1.2
What's Changed
- Update welcome.tsx by @jawhnycooke in #105
- Enable local user interface by @donatoaz in #107
- feat: embeddings comparison and heat matrix by @massi-ang in #110
- fix: correct number of columns in matrix by @massi-ang in #112
- fix: correct step increment for top p value by @massi-ang in #114
- Update semantic-search-details.tsx by @cpollard0 in #120
- Fix too long resource name by @massi-ang in #124
- fix: display full list of supported file extensions by @massi-ang in #129
- Feat styles for json viewer by @massi-ang in #131
New Contributors
- @jawhnycooke made their first contribution in #105
- @donatoaz made their first contribution in #107
- @cpollard0 made their first contribution in #120
Full Changelog: v.3.1.1...v3.1.2
v.3.1.1
v.3.1.0
What's Changed
- fix: correct creation of config.json by @massi-ang in #66
- Readme update by @bigadsoleiman in #71
- Updated 'getName' naming pattern requirements by @QuinnGT in #73
- Add ability to deploy with GitHub Codespaces by @bigadsoleiman in #78
- Bedrock Cohere support fixes by @bigadsoleiman in #83
- Allow to access local Kendra Indexs without role by @spugachev in #96
- Workspace deletion by @spugachev in #98
New Contributors
Full Changelog: v.3.0.0...v.3.1.0
v.3.0.0
v2.0.1
- Move to X86_64 architecture
v.2.0.0
-
Added multiple models providers
- Amazon Bedrock (currently in preview)
- Amazon SageMaker self hosted models from Foundation, Jumpstart and HuggingFace.
- External providers via API such as AI21 Labs, Cohere, OpenAI, etc. See available langchain integrations for a comprehensive list.
-
Adding Multiple RAG sources
-
Replace Lambda Streaming with API Gateway Websockets API
-
Use CDK Constructs instead of NestedStack.
-
Use AWS Cloudscape Design System for user interface.
-
Model Interface logic all in Python.
-
More seamless integration with Langchain framework
v1.5.0
v1.0.0
Merge pull request #6 from jingyan/patch-1 Update README.md