Skip to content

Commit 1386c1b

Browse files
committed
copy added for directions and architecture
1 parent e9a026b commit 1386c1b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/architecture.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ The solution uses a modular architecture with nested CloudFormation stacks to su
4141
- Pattern-specific optimizations and configurations
4242
- Optional features that can be enabled across all patterns:
4343
- Document summarization (controlled by `IsSummarizationEnabled` parameter)
44+
- This feature also enables the "Chat with Document" functionality
45+
- This feature does not use the Bedrock Knowledge Base but stores a full-text text file in S3
4446
- Document Knowledge Base (using Amazon Bedrock)
4547
- Automated accuracy evaluation against baseline data
4648

docs/web-ui.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ The Document Process Flow visualization is particularly useful for troubleshooti
102102

103103
The "Chat with Document" feature is available at the bottom of the Document Detail view. This feature uses the same model that's configured to do the summarization to provide a RAG interface to the document that's the details are displayed for. No other document is taken in to account except the document you're viewing the details of. Note that this feature will only work after the document status is marked as complete.
104104

105+
Your chat history will be saved as you continue your chat. If you leave the page, your chat history is erased. This feature uses prompt caching for the document contents for repeated chat requests for each document.
106+
105107
### How to Use
106108

107109
1. Navigate to a document's detail page and scroll to the bottom

0 commit comments

Comments
 (0)