DocsGPT
DocsGPT copied to clipboard
Drag and drop training, from input box
Basically should trigger from file training process once a user drags and drops a file into the input box
Hey, can you please assign this to me?
Just wanted to ask, wouldn't this be cost inefficient? Like a user might just drop the file accidentally and the system would train on it. I feel that it should be trained when user submits the file to the system instead of dropping it directly.
Please let me know if you have any reasoning to this
Im not sure may people put things into the input box, even on github it assumes the your are uploading an attachment. Would agree if it was a larger area.
Im not sure may people put things into the input box, even on github it assumes the your are uploading an attachment. Would agree if it was a larger area.
But that's upload, right? Wouldn't training consume COGS/cost to DocsGPT with no reason? Assuming if a user uploads a big text file (1M Tokens), and then removes, let's say this happens 10 times, wouldn't the cost for 10M tokens incur on DocsGPT?
Once user drags a file we should pop open the training modal to show progress. In this case we can just preload that document into modal and wait till user clicks train
Got it, I will raise a PR for this. Thanks!
Is this issue still open? I want to work on it. Please assign me this task. Thank you
@sahil9001
hey @dartpain sorry i missed this, i am working on it.
@dartpain Can you please clear this one last time? I mean the flow, it is —
- User picks a file.
- It auto uploads.
- Training modal opens up and file auto trains
- Finish
Is this correct?
Think we decided to change it a bit based on you comments.
- Users drops file into the input box
- Upload box open, not training yet, just preloaded the document
@sahil9001 is there any update?
No, you can take it up if you want to, occupied with other work
@anurag-4508
@ManishMadan2882 what is meant by input box here the textarea or the upload file from device?
Hi @tenokami, We are planning to have a feature such that we hover a file over the input box in the Conversations, and the file drop modal pops up, can you please make it more clear in terms of UX.
Hi @tenokami, We are planning to have a feature such that we hover a file over the input box in the Conversations, and the file drop modal pops up, can you please make it more clear in terms of UX.
I'm working on design for this and will send you
@ManishMadan2882
https://www.figma.com/proto/OXLtrl1EAy885to6S69554/DocsGPT?node-id=4924-7643&t=jN2h9b2qkZbZUC3B-1 https://www.figma.com/proto/OXLtrl1EAy885to6S69554/DocsGPT?node-id=4924-7780&t=jN2h9b2qkZbZUC3B-1
https://www.figma.com/design/OXLtrl1EAy885to6S69554/DocsGPT?node-id=0-1&t=jN2h9b2qkZbZUC3B-1
Hey @ManishMadan2882 @tenokami I would like to work on this issue can you please assign it to me please. Thank you.
hey @AkashJana18 I'm working on this issue, expect a PR soon.
Hey @Srayash Is is still active?
Yes, had my end semester exams going on. Will be working on it soon.
I have set up the dropzone on the conversation bubble currently, onDrop logs the dropped files to the console.(#1459 ) I'll need help with the onDrop function to upload and turn the modal state to active.