admin管理员组文章数量:1386673
I am integrating Salesforce with AWS Bedrock and using an agent to query opportunities for a specific account. However, some opportunities are not listed in the response, even though they exist in Salesforce Developer Console.
While integrating, I am unable to view the actual API endpoint response, making it unclear what data format is returned or whether any filtering is applied. When fetching data through the Knowledge Base (KB) integration, I receive only 3 or 4 opportunity names, mostly after 2025, while older opportunities are missing.
Additionally, AWS Bedrock KB has two key limitations:
- Unsupported file formats
- Maximum file size of 500MB per API request The issue is further complicated because CloudWatch does not log API requests, though invalid files do appear in logs. This makes debugging difficult.
I expected to retrieve all questions of opportunities for the account via the Bedrock agent, just like in Salesforce Developer Console. However, the response only includes a subset of opportunities.
I considered whether the file size limitation (500MB per request) or unsupported file formats could be causing incomplete data retrieval. However, since CloudWatch does not log API requests, I have no direct way to confirm if the API request is failing or getting truncated.
Questions:
- How can I determine which API endpoint is being used to retrieve data and which API version it is pulling from? Where can I check this information in Salesforce or AWS Bedrock?
- Could the file size limitation or another issue be causing the missing data?
- How can I identify whether file size, unsupported formats, or another limitation is affecting data retrieval?
- What are the best debugging steps to determine why only a subset of opportunities is retrieved?
本文标签: Salesforce AWS Bedrock KB Integration Not Fetching All DataStack Overflow
版权声明:本文标题:Salesforce AWS Bedrock KB Integration Not Fetching All Data - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744520528a2610424.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论