gorse icon indicating copy to clipboard operation
gorse copied to clipboard

Gorse open source recommender system engine

Results 159 gorse issues
Sort by recently updated
recently updated
newest added

**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

Hello, dear developers i have a question about use redis as data_store in Gorse. I look in sources and saw: https://github.com/gorse-io/gorse/blob/master/storage/data/redis.go Redis as data_store fully supported in latest release version...

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

**Gorse version** latest version **Describe the bug** wget https://raw.githubusercontent.com/zhenghaoz/gorse/master/docker/docker-compose.yml wget https://raw.githubusercontent.com/zhenghaoz/gorse/master/docker/config.toml **Url is 404**

bug

参考ALgolia推荐系统 ![image](https://user-images.githubusercontent.com/35259040/187609332-15c631ff-5e90-4cdf-a6ad-786c3e84a2f3.png) ![image](https://user-images.githubusercontent.com/35259040/187609085-17e010e1-096c-4d81-b786-4398237a8d65.png) ![image](https://user-images.githubusercontent.com/35259040/187609418-6ab8713d-c5f1-4a1a-a910-93f678fde2d4.png) ![image](https://user-images.githubusercontent.com/35259040/187609475-88fbabfd-c025-480a-92ad-f188cb56ec5b.png)

{"level":"info","ts":1661493482.1672478,"caller":"server/server.go:95","msg":"start server","server_name":"strange_chebyshev","server_host":"0.0.0.0","server_port":8087,"master_host":"master","master_port":8086} {"level":"info","ts":1661493482.1681187,"caller":"server/server.go:124","msg":"start meta sync","meta_timeout":10} * {"level":"error","ts":1661493482.1687298,"caller":"server/server.go:135","msg":"failed to get meta","error":"rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing dial tcp 172.19.0.9:8086: connect: connection refused\"","stacktrace":"github.com/zhenghaoz/gorse/server.(*Server).Sync\n\t/go/gorse/server/server.go:135"}...

Fit click-through rate prediction model | Failed | 0001/01/01 03:41 |   | No feedback found. Search click-through rate prediction model | Failed | 0001/01/01 03:41 |   | No feedback found....

### **Description:** I am currently using Gorse for recommendation in my application, and I've noticed that all users are consistently receiving popular games as recommendations, resulting in repetitive suggestions. This...

**Gorse version** v0.4.15 **Describe the bug** In a pagination request, I'm requesting 10 items per recommendation request, the issue is the for the next page when I'm requesting another 10...

bug

比如某个Item是由某个User创建的,那么这个Item不想要推荐给这个User。请问能满足这个功能吗?如果可以的话应该怎么配置?