Skip to content

When will additional file types be supported in bedrock?

0

Hello aws community,

I was reading docs for bedrock, and I am missing file support for .css and .scss, .html.liquid. I'm thinking of workarounds, but I was wondering if there there is planned support for custom file types?

https://docs.aws.amazon.com/bedrock/latest/userguide/knowledge-base-chatdoc.html

Sincerely, sebastian

1 Answer
-1

As of the latest available information, Amazon Bedrock does not currently have announced plans for supporting additional file types like .css, .scss, or .html.liquid. The documentation you referenced primarily focuses on text-based document formats for use with knowledge bases and chat functionalities.

However, Amazon Bedrock is continuously evolving, and new features are regularly added. While there's no specific timeline for supporting these custom file types, Amazon has been expanding Bedrock's capabilities. For instance, they recently introduced the ability to include documents in the chat playground and while using the Conversation API.

In the meantime, you might consider some workarounds:

  1. Convert your files to supported formats before ingestion.
  2. Extract the relevant text content from these files and input it as plain text.
  3. Use the Bedrock Data Automation feature, which allows for more flexible document processing and custom extraction logic.

If these file types are crucial for your use case, it's recommended to keep an eye on the Amazon Bedrock documentation for updates or reach out to AWS support for more specific guidance on handling these file types within your workflow.
Sources
Document history for the Amazon Bedrock User Guide - Amazon Bedrock
Simplify multimodal generative AI with Amazon Bedrock Data Automation | AWS Machine Learning Blog

answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.