Skip to content

Commit

Permalink
docs: add initialization wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
sykp241095 committed Aug 12, 2024
1 parent 33a43f4 commit d88ff78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/app/src/pages/docs/deploy-with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,14 @@ This document provides instructions for deploying the entire RAG using Docker Co
6. Open your browser and visit `http://localhost:3000` to access the web interface.

That's it! You can now use TiDB.AI locally. You can also go to https://tidb.ai to experience the live demo.


## Configuration

After you deploy the tool, you need to initialize the tool by following the popup wizard. The wizard will guide you through the following steps:

* Set up the default LLM model.
* Set up the default Embedding model.
* Set up `Data Source` to index the data.

![initialization](https://github.com/user-attachments/assets/7f9253da-3d6f-4ccd-838d-feed3f0b6f05 "Initialization")

0 comments on commit d88ff78

Please sign in to comment.