ha-to11

Results 1 comments of ha-to11

このACLのやり方とかどうですか? https://dev.classmethod.jp/articles/methods-to-select-target-document-in-kendra-search/#toc-attributefilter rag.tsを const dataSourceProps: kendra.CfnDataSourceProps = { indexId: index.attrId, type: 'S3', name: 's3-data-source', roleArn: s3DataSourceRole.roleArn, languageCode: 'ja', dataSourceConfiguration: { s3Configuration: { bucketName: dataSourceBucket.bucketName, inclusionPrefixes: ['docs'], accessControlListConfiguration:{ keyPath:'s3://generativeaiusecasesstack/meta/ACL.json' } として、jsonファイルを読み込んでアクセス制限かけるというのはダメでしょうか?