nosia-ai / nosia

Nosia is a platform that allows you to run an AI model on your own data. It is designed to be easy to install and use.
https://guides.nosia.ai
MIT License
55 stars 2 forks source link

Support Markdown documents #22

Closed cbldev closed 2 weeks ago

cbldev commented 5 months ago

Expected behavior

Improve Nosia by accepting Markdown documents.

Actual behavior

Nosia only supports PDF.

cbldev commented 5 months ago

We need to update the parse method: https://github.com/nosia-ai/nosia/blob/7a643e7f7348c8100ba06ba0739df5070143dc78/app/models/document/parsable.rb#L4

And the accepted files: https://github.com/nosia-ai/nosia/blob/7a643e7f7348c8100ba06ba0739df5070143dc78/app/javascript/controllers/dropzone_controller.js#L16