Skip to content

Commit 5eede16

Browse files
authored
Update README to reflect AI repositories context (#131)
1 parent 179cf67 commit 5eede16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/zh/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docker run -p 8088:8088 zhenghaoz/gorse-in-one --playground
6262

6363
Playground模式将从[GitRec]下载数据并导入到Gorse中。仪表板可以通过http://localhost:8088访问。
6464

65-
在“任务”页面上完成“查找临近的物品”任务后,尝试向Gorse插入一些反馈。假设Bob是GitHub中几个前端仓库的前端开发人员。我们把他的star行为的反馈写入Gorse。
65+
在“任务”页面上完成“查找临近的物品”任务后,尝试向Gorse插入一些反馈。假设Bob是GitHub中几个人工智能仓库的开发人员。我们把他的star行为的反馈写入Gorse。
6666

6767
::: code-tabs#example
6868

@@ -245,7 +245,7 @@ client.InsertFeedback(new Feedback[]
245245

246246
:::
247247

248-
然后从Gorse中获取10个推荐的物品。我们可以发现,前端相关的仓库被推荐给了Bob
248+
然后从Gorse中获取10个推荐的物品。我们可以发现,人工智能相关的仓库被推荐给了Bob
249249

250250
::: code-tabs#example
251251

@@ -323,4 +323,4 @@ client.GetRecommend("10");
323323
> 最终的输出可能与示例不同,因为playground数据集会随时间而变化。
324324
325325

326-
[GitRec]: https://gitrec.gorse.io
326+
[GitRec]: https://gitrec.gorse.io

0 commit comments

Comments
 (0)