From 7c136efafd4639759a608a69745169c649c09b05 Mon Sep 17 00:00:00 2001 From: lnnt <770954908@qq.com> Date: Fri, 2 Jan 2026 00:02:05 +0800 Subject: [PATCH] Update README to reflect AI repositories context --- src/zh/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zh/README.md b/src/zh/README.md index 841c51d..1096879 100644 --- a/src/zh/README.md +++ b/src/zh/README.md @@ -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 @@ -245,7 +245,7 @@ client.InsertFeedback(new Feedback[] ::: -然后从Gorse中获取10个推荐的物品。我们可以发现,前端相关的仓库被推荐给了Bob。 +然后从Gorse中获取10个推荐的物品。我们可以发现,人工智能相关的仓库被推荐给了Bob。 ::: code-tabs#example @@ -323,4 +323,4 @@ client.GetRecommend("10"); > 最终的输出可能与示例不同,因为playground数据集会随时间而变化。 -[GitRec]: https://gitrec.gorse.io \ No newline at end of file +[GitRec]: https://gitrec.gorse.io