Graphical User Interface#

  • Successful installation will expose docs-gui entrypoint, a Gradio application.

  • Start with running docs-gui command in terminal, and open http://127.0.0.1:7860/.

  • Follow the different tabs in sequence.

    1. Summary

    2. Dataset Generation

    3. Database Generation

    4. Response Generation

  • Retrieval and language model settings are available to be configured.

Example#

$ docs-gui
Running on local URL:  http://127.0.0.1:7860

To create a public link, set `share=True` in `launch()`.