Supported file types for the vector store nodes

Hello,

Is there a list of file types supported by the vector store nodes? I tried to ingest a .pptx file using the Supabase vector store node, but it was unsupported.

Thank you.

Information on your n8n setup

  • n8n version: 1.97.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • **Operating system: - **

Hey @KeemOnN8N hope all is well, and welcome to the community.

If you are using Supabase vector store you must also be using the default database scheme, where the fields with their respective types are:

Which makes each record contain a chunk of text, some metadata (an object) and the vector.

Unless I misunderstood the question.

Hi @jabbson,

I’m not sure. When I tried to ingest the .pptx file, I get this error:

Problem in node ‘Supabase Vector Store‘

Unsupported mime type: application/vnd.openxmlformats-officedocument.presentationml.presentation

What MIME types are supported by the vector store nodes? Perhaps I should’ve been clearer.

Thank you!

My mistake, I had to check the data loader’s MIME type settings under ‘Data Format’.
All the available MIME types were there.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.