-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag and drop training, from input box #1167
Comments
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. |
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. |
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. |
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 —
Is this correct? |
@sahil9001 is there any update? |
No, you can take it up if you want to, occupied with other work |
@ManishMadan2882 what is meant by input box here the textarea or the upload file from device? |
Hi @tenokami, |
I'm working on design for this and will send you |
Hey @ManishMadan2882 @tenokami |
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. |
I have set up the dropzone on the conversation bubble currently, onDrop logs the dropped files to the console.(#1459 ) |
Basically should trigger from file training process once a user drags and drops a file into the input box
The text was updated successfully, but these errors were encountered: