- Newest
- Most votes
- Most comments
Hi there,
Looks like this is a Custom Requirement where you would like to incorporate Zendesk Articles in AWS Bedrock Knowledge Base. As there is no out of the box solutions, check out the third party article below, which uses S3.
It is a fully managed RAG. You store your data in S3 and Bedrock automates the end-to-end RAG workflow, including ingestion, retrieval, prompt augmentation, and citations.
https://awstip.com/aws-rag-with-bedrock-knowledge-base-e4c24b1ef10b
One other, nice blog to read thru for RAG - https://aws.amazon.com/blogs/aws/knowledge-bases-now-delivers-fully-managed-rag-experience-in-amazon-bedrock/
You can use this blog post with to extract the data Amazon AppFlow to S3 without writing a single line of code. https://aws.amazon.com/blogs/apn/integrating-zendesk-with-aws-and-other-saas-services-using-amazon-appflow/
Relevant content
- asked a year ago
- asked 2 years ago
- asked a year ago
- AWS OFFICIALUpdated a year ago

Thank you for your help here! I took a read through both of these articles but neither addressed the ability to add a Zendesk URL into the citation. For example, it would pull up the chunk from the "body" node and then the citation would link the user to whatever is in the "url" node.
Do you know if that is even possible? I would assume that I would have to normalize the JSON object to include the URL near the body so that it would at least appear in the chunk?