Skip to content

Commit

Permalink
Merge pull request #574 from aws-samples/fix-knowledge-base-s3-uri
Browse files Browse the repository at this point in the history
マネジメントコンソールの Knowledge bases のページで、S3 へのリンクが正常に動作していない問題の修正
  • Loading branch information
tbrand authored Jul 25, 2024
2 parents 1b7ca07 + f4e97de commit 944d7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cdk/lib/rag-knowledge-base-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export class RagKnowledgeBaseStack extends Stack {
dataSourceConfiguration: {
s3Configuration: {
bucketArn: `arn:aws:s3:::${dataSourceBucket.bucketName}`,
inclusionPrefixes: ['docs'],
inclusionPrefixes: ['docs/'],
},
type: 'S3',
},
Expand Down

0 comments on commit 944d7d3

Please sign in to comment.