aws-samples / amazon-q-slack-gateway

MIT No Attribution
79 stars 28 forks source link

Add optional streaming feature using Chat API #55

Open Dylan-Dipasupil opened 1 month ago

Dylan-Dipasupil commented 1 month ago

Q-Slack-Gateway uses ChatSync which results in an unoptimal customer experience. New feature provides an additional lambda function that leverages Chat API to stream LLM response in real time.

  1. Additional lambda handler using qbusiness:Chat
  2. Unit tests for new lambda
  3. Updated README with instructions on how to use new feature.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.