zhenghaoz

Results 14 issues of zhenghaoz

## Description Define a proto for gRPC API based on existed [RESTful APIs](https://github.com/zhenghaoz/gorse/blob/master/server/rest.go). ## Hints Hints for request messages. - Query params are packed to a request message for each...

Compare to exited RESTful API, gRPC is more efficient for communications among servers. ## Design For each API, move current implementation to a shared handler, and call this shared handler...

feature/future

The rule-based recommendation is useful for operation staff to prompt items or insert expert knowledge into the recommender system. ## Design A rule should be related to at least one...

feature/future

**Is your feature request related to a problem? Please describe.** In the latest version, feedback is pulled from the database in a single thread. However, it is possible to pull...

help wanted

**Is your feature request related to a problem? Please describe.** Support Redis cluster as cache storage. **Describe the solution you'd like** Connect to a Redis cluster by using `redis+cluster://` schema....

help wanted

## 推荐项目 - 项目地址:https://github.com/gorse-io/gitrec - 类别:JS(前端)、Python(后端) - 项目标题:GitRec - 项目描述:GitHub仓库推荐系统增强插件 - 亮点:GitRec浏览器扩展能在GitHub网页上插入推荐内容 1. 替换GitHub官方推荐仓库。GitRec插件能替换GitHub首页官方推荐仓库为GitRec生成的推荐内容,可以通过配置进行切换。 2. 为热门仓库生成相似仓库推荐。如果仓库的星星数超过100,那么GitRec会在右下角展示该仓库的相似仓库。 - 示例代码:(可选) - 截图:(可选)gif/png/jpg ![image](https://user-images.githubusercontent.com/9030120/200126686-aaad99aa-e250-4f3d-bcd8-40e79b20f297.png) - 后续更新计划: - 收录更多的仓库提供推荐 - 能够利用更多的用户信息和仓库信息进行更精准推荐

Python 项目

## Background In Gorse v0.4.x, neighbors, and models are not updated until the next round of full dataset loading. In practice, it would be better to update neighbors or models...