Skip to content

fix: update type files supported#1277

Merged
Wallgau merged 3 commits into
mainfrom
type-files
Mar 26, 2026
Merged

fix: update type files supported#1277
Wallgau merged 3 commits into
mainfrom
type-files

Conversation

@Wallgau

@Wallgau Wallgau commented Mar 26, 2026

Copy link
Copy Markdown
Collaborator

I checked manually the file types that we support, here the ones ingested successfully:
documents: [
"txt",
"md",
"html",
"htm",
"adoc",
"asciidoc",
"asc",
"pdf",
"docx",
],
spreadsheets: ["csv"],
}

Scope
Updates are limited to:
--> frontend/components/knowledge-dropdown.tsx
--> docs/docs/core-components/ingestion.mdx

What changed
knowledge-dropdown.tsx

SUPPORTED_FILE_TYPES / SUPPORTED_EXTENSIONS (local file picker + folder ingest filter) now only allow extensions that were verified to ingest successfully in your tests:
documents — .txt, .md, .html, .htm, .adoc, .asciidoc, .asc, .pdf, .docx
spreadsheets — .csv
Types you marked as failing (e.g. .mdx, .xml, code, JSON/YAML, etc.) are not in the picker/filter.
ingestion.mdx

“Supported file types” section updated to match that verified list.
Clarifies that the chat/local picker only offers these until other types are confirmed, and that cloud connectors may still differ.

@Wallgau Wallgau requested a review from lucaseduoli March 26, 2026 16:00
@github-actions github-actions Bot added frontend 🟨 Issues related to the UI/UX bug 🔴 Something isn't working. labels Mar 26, 2026
@github-actions github-actions Bot added bug 🔴 Something isn't working. and removed bug 🔴 Something isn't working. labels Mar 26, 2026

@lucaseduoli lucaseduoli left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@github-actions github-actions Bot added the lgtm label Mar 26, 2026
@Wallgau Wallgau merged commit 462bdc9 into main Mar 26, 2026
10 checks passed
@github-actions github-actions Bot deleted the type-files branch March 26, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug 🔴 Something isn't working. frontend 🟨 Issues related to the UI/UX lgtm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants