Zola's file upload feature currently has the following limitations and solutions:
- Format and Size LimitsAlthough PDF, images and other common formats are supported, the specific limitations depend on the back-end configuration of the storage service (e.g. Supabase). Users need to check the official documentation to confirm the current version of the allowable range.
- analyze the capability dependency model: The parsing effect of different AI models on the content of documents may vary greatly (e.g., Mistral is weak in recognizing complex tables), it is recommended to switch models to compare the results.
- Local deployment adjustments: If restrictions need to be relaxed, developers can modify the code themselves, replace the storage service or integrate a more powerful file parsing library.
Normal users who encounter upload failures can try to reduce the file size or convert the format, or submit an issue on GitHub to give feedback.
This answer comes from the articleZola: Open Source AI Chat Web App with Document Upload and Multi-Model SupportThe





























