-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat: upload files or folders to chat from local #162
Conversation
It may be good to add some security measures such as file type restrictions, size limits and node_modules filtering before merging to make it production-ready. It would be good to test thoroughly for potential bugs and edge cases. |
Same #31 |
Ah, after the message you sent, I understood that the pr request was about "downloading files locally" and that the pr request would be cancelled. Are you sure that this pr and 31 are the same? I see that they are different in terms of functionality. If we are sure, we can send any pr request, we can add the missing parts, no problem. |
A much needed feature. Looking forward to when this is available. Hopefully, sooner rather than later. |
To avoid passing sensitive data to the LLM it would be better to exclude files and folders defined in the |
This pull request has been marked as stale due to inactivity. If no further activity occurs, it will be closed in 7 days. |
Considering there is now folder import and github public repo import Does this PR has something that missing there? |
Uploading File Integration for AI Chat Interactions
Features Added
Technical Implementation
addCustomFile
andaddCustomFolder
functions in Chat.client.tsxUI Changes
Benefits
How to Use
This PR enhances the project's functionality by allowing seamless integration of local files into the AI chat workflow, making it more powerful and user-friendly.