H2OGPT / docs /README_GRADIOUI.md
akashkj's picture
Upload folder using huggingface_hub
3f7cfab
|
raw
history blame contribute delete
No virus
984 Bytes

A newer version of the Gradio SDK is available: 4.44.1

Upgrade

Gradio UI

generate.py by default runs a gradio server with a UI (click for help with UI). Key benefits of the UI include:

  • Save, export, import chat histories and undo or regenerate last query-response pair
  • Upload and control documents of various kinds for document Q/A
  • Choose which specific collection to query, or just chat with LLM
  • Choose specific documents out of collection for asking questions
  • Side-by-side 2-model comparison view
  • RLHF response score evaluation for every query-response

See how we compare to other tools like PrivateGPT, see our comparisons at h2oGPT LangChain Integration FAQ.

We disable background uploads by disabling telemetry for Hugging Face, gradio, and chroma, and one can additionally avoid downloads (of fonts) by running generate.py with --gradio_offline_level=2. See Offline Documentation for details.