4paradigm / 4paradigm/OpenMLDB

Update the doc of FeatInsight example config file

オープン 初心者向け
#3,770 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
documentation
主要言語
C++
スター
1.7k
フォーク
331
平均マージ
12日 12時間
マージ済み PR(30日)
1

説明

**Bug Description**

Update the doc in https://openmldb.ai/docs/zh/main/app_ecosystem/feat_insight/install/package.html .

```
server:
port: 8888

openmldb:
zk_cluster: 127.0.0.1:2181
zk_path: /openmldb
apiserver: 127.0.0.1:9080
```

Change to the following config.

```
server:
port: 8888

openmldb:
zk_cluster: openmldb-zk:2181
zk_path: /openmldb
apiserver: openmldb-zk:9080
skip_index_check: false

mockuser:
username: root
password: root
```

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

The issue points to a specific documentation page at https://openmldb.ai/docs/zh/main/app_ecosystem/feat_insight/install/package.html. Find the source file for that page in the repository, likely under a docs directory. Update the example YAML configuration to match the new config provided. Verify the change by checking the rendered documentation locally or in a preview.

索引モデルが issue の本文から書いたものです。

評価

領域
documentation
issue の種類
ドキュメント
難易度
1/5
見積もり時間
1時間未満
活発さ
停滞
明瞭さ
明確に書かれている
初心者へのやさしさ
80/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。