Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ docker run -p 8088:8088 zhenghaoz/gorse-in-one --playground

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

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

::: code-tabs#example

Expand Down Expand Up @@ -245,7 +245,7 @@ client.InsertFeedback(new Feedback[]

:::

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

::: code-tabs#example

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


[GitRec]: https://gitrec.gorse.io
[GitRec]: https://gitrec.gorse.io