Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryantren/ai-customer-support

an AI-powered customer support chatbot using Next.js and the OpenAI API.
https://github.com/ryantren/ai-customer-support

mui nextjs openai pinecone postman rag react streaming vercel

Last synced: about 1 month ago
JSON representation

an AI-powered customer support chatbot using Next.js and the OpenAI API.

Awesome Lists containing this project

README

        

# AI Customer Support
[Hangu.ai](https://hanguai-ryan-trans-projects-38a226e5.vercel.app/) an AI-powered customer support chatbot using Next.js and the OpenAI API.

## Video Demo
[Youtube Link](https://www.youtube.com/watch?v=7TAE13uT7aE&feature=youtu.be)

## Future Plans
* Sprint 3

- [ ] Deploy your web-app to AWS EC2 Servers
- [ ] Respond to the user with LLMs through the AWS Bedrock API
- [ ] Implement RAG so the chatbot responds based on a given knowledge base
- [ ] Create an LLM orchestration pattern with a router and task specific models

* Sprint 4
- [ ] 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