I’m setting up Google Agent Search and followed the documentation to create an unstructured data store backed by a Cloud Storage bucket.
Steps I performed:
- Created a Cloud Storage bucket. Uploaded a single Markdown file (
.md) to the bucket. The object’s MIME type istext/markdown. - Created an unstructured data store connected to that bucket.
The import process starts, but under Data Ingestion Activity the import completes with errors.
This appears to contradict the official documentation, which states:
Agent Search supports search over documents that are in TXT, JSON, Markdown, PDF, HTML, DOCX, PPTX, XLSX, and XLSM formats.
If Markdown files are supported, why does ingestion fail when the Cloud Storage object has the MIME type text/markdown? Is there an additional configuration required, or is Markdown support not yet available for Cloud Storage ingestion?
I also posted this question on StackOverflow: https://stackoverflow.com/questions/79981288/vertex-ai-data-store-field-content-mime-type-must-be-one-of-got-text-mar.



