server : add support for file upload to the Web UI #11611
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
server/webui
Prerequisites
Feature Description
The idea is to be able to add any file that could be converted to plain text. The web client will do the processing and add the plain text to the context of the next request.
I am not sure what tools are available to do this in the browser, but my assumption is that there should be support, for example for converting PDF to text. Hopefully these are small packages that would not bloat the web ui too much.
Motivation
It is useful to pass files to your chats.
Possible Implementation
No response
The text was updated successfully, but these errors were encountered: