arc53 / DocsGPT

Chatbot for documentation, that allows you to chat with your data. Privately deployable, provides AI knowledge sharing and integrates knowledge into your AI workflow
https://app.docsgpt.cloud/
MIT License
15.06k stars 1.61k forks source link

Dropbox ingestion #1179

Open shelar1423 opened 1 month ago

shelar1423 commented 1 month ago

Add new remote ingestion method from Dropbox.

eleensmathew commented 1 month ago

Can i work on this?

shelar1423 commented 1 month ago

Can i work on this?

Go for it!

eleensmathew commented 1 month ago

Hi, can you specify what exactly is required?

dartpain commented 1 month ago

Add a new remote loader parser, that will get necessary credentials to ingest data from dropbox Check out this folder with some other examples https://github.com/arc53/DocsGPT/tree/main/application/parser/remote

eleensmathew commented 1 month ago

Hi i am still working on this so pls don't assign it any one else.

eleensmathew commented 1 month ago

Hi I have added the code but do i need changes to the frontend to reflect the changes here? image Additionally I am not sure how to test my code changes so I would appreciate some guidance.

dartpain commented 1 month ago

Yeas we need changes there as well, such that users can fill in some of the variables or choose a folder to give access to. Thank you!