Submitted by: Kevin,Danyaal,Manal,Affan
AI-Chat Support is an AI-powered customer support chatbot using Next.js and the OpenAI API.
Time spent: X hours spent in total
The following required functionality is completed:
- Level 1: Create a basic chatbot with hard coded responses
- Level 2: Respond to the user intelligently using any Gen-AI model
- Level 3: Deploy your web-app to AWS EC2 Servers
- Level 3.5: Respond to the user with LLMs through the AWS Bedrock API
- Level 4: Implement RAG so the chatbot responds based on a given knowledge base
- Level 4.5: Create an LLM orchestration pattern with a router and task specific models
The following optional features are implemented:
- Bonus: Add multi-language support to cater to a diverse customer base
- Bonus: Add user authentication to personalize the chat experience
- Bonus: Implement a feedback mechanism for users to rate the chatbot's responses
Here's a walkthrough of implemented user stories:
GIF created with ...
Describe any challenges encountered while building the app.
Copyright [2024] [Kevin]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
