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://nosia.ai
MIT License
10 stars 0 forks source link

Support Markdown documents #22

Open cbldev opened 1 week ago

cbldev commented 1 week ago

Expected behavior

Improve Nosia by accepting Markdown documents.

Actual behavior

Nosia only supports PDF.

cbldev commented 1 week 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