chatdocs icon indicating copy to clipboard operation
chatdocs copied to clipboard

Upload document function and embeddings processing in web ui

Open janhp opened this issue 2 years ago • 1 comments

Dear Dev,

It would be great to have a sidebar in the web UI with the ability to upload directly (dragn'drop) and start processing embeddings. After that, a prompt with a "reload web ui" button would be the perfect workflow for adding new documents on the fly.

Highly appreciated :)

janhp avatar Jun 08 '23 18:06 janhp

Hi, the reason I haven't added it is because web UI doesn't have access to the native filesystem and uploading documents would be inefficient as it will have to create temporary files for each uploaded document while processing. I'm trying to find a better way to handle this.

marella avatar Jun 10 '23 10:06 marella