8000 server : add support for file upload to the Web UI · Issue #11611 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

server : add support for file upload to the Web UI #11611

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

Closed
4 tasks done
ggerganov opened this issue Feb 3, 2025 · 3 comments
Closed
4 tasks done

server : add support for file upload to the Web UI #11611

ggerganov opened this issue Feb 3, 2025 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed server/webui

Comments

@ggerganov
Copy link
Member

Prerequisites

  • I am running the latest code. Mention the version if possible as well.
  • I carefully followed the README.md.
  • I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
  • I reviewed the Discussions, and have a new and useful enhancement to share.

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

@ggerganov ggerganov added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed server/webui labels Feb 3, 2025
@dannyl1u
Copy link
dannyl1u commented Feb 4, 2025

I'm happy to implement this, planning to use pdf.js

@jahangir842
Copy link

Sounds like a big improvement, waiting for this in future.

@ngxson
Copy link
Collaborator
ngxson commented May 9, 2025

This is implemented in #13365

@ngxson ngxson closed this as completed May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed server/webui
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
0