Skip to content
Jael Gu edited this page Jul 13, 2023 · 13 revisions

Build a Demo

Before getting started, you need to have database services ready to connect. For example, if you're using default modules, you should prepare:

Follow steps below to build a Gradio demo:

  1. Downloads
$ git clone https://github.com/zilliztech/akcio.git
$ cd akcio
  1. Installation
$ pip install -r requirements.txt
  1. Configuration

Refer to Configuration.

  1. Start Gradio
python gradio_demo.py

  1. Open in browser

Open local or public url returned by step 4 to access the online demo.

Play it Online

  • Load data

  • Start conversation

Clone this wiki locally