Amazon Bedrock knowledgebase - Does knowledge base support JSON files in S3?

0

I have my source data in JSON file format in S3. The data is nested and hierarchical. ** Is it accepted format for Bedrock to vectorize? ** Also currently i can only provide a single file to the knowledge base. How can i add more files to knowledge base?

sree
已提问 4 个月前1736 查看次数
1 回答
0

Hello.

The file formats that can be used in the knowledge base are those described in the following document.
I don't think JSON can be used.
https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup.html

  • Plain text (.txt)
  • Markdown (.md)
  • HyperText Markup Language (.html)
  • Microsoft Word document (.doc/.docx)
  • Comma-separated values (.csv)
  • Microsoft Excel spreadsheet (.xls/.xlsx)
  • Portable Document Format (.pdf)

Also currently i can only provide a single file to the knowledge base. How can i add more files to knowledge base?

I think there is no problem even if the file is divided into multiple parts.
https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-setup.html

No chunking – Amazon Bedrock treats each file as one chunk. If you choose this option, you may want to pre-process your documents by splitting them into separate files before uploading them to an Amazon S3 bucket.

profile picture
专家
已回答 4 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则