Cinnamon / kotaemon

An open-source RAG-based tool for chatting with your documents.
https://cinnamon.github.io/kotaemon/
Apache License 2.0
11.84k stars 873 forks source link

[REQUEST] - Being able to use documents stored in a cloud storage (e.g., Dropbox or Google Drive) #270

Open MarcAstr0 opened 1 week ago

MarcAstr0 commented 1 week ago

Reference Issues

No response

Summary

It would be nice to be able to not only support documents stored locally but also documents stored in a cloud storage service such as Dropbox or Google Drive. I'm thinking that access to each service could be configured in the settings, and each service could be added as a new collection. When the collection is created, it would then fetch the documents for indexing, save them temporarily in local file system but then removing them once they've been indexed.

Basic Example

The citation would point to a path or a link to Dropbox or Google Drive in case a document stored in those services is found.

Drawbacks

Keeping document indexing in sync might be a hassle.take a lot of work

Additional information

No response