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

![image](https://github.com/gorse-io/gorse/assets/53398033/2d80d88c-1af2-4ca4-9590-a4bef27d5f0c) ### master.log ``` root@localhost log]# grep 'level":"error' master.log | tail {"level":"error","ts":1694830448.9083173,"msg":"failed to get popular items","error":"redis: can't parse array/set/push reply: \":0\""} {"level":"error","ts":1694830643.819799,"msg":"failed to get popular items","error":"redis: can't parse array/set/push reply:...

![image](https://github.com/gorse-io/gorse/assets/53398033/6cbc0aa7-d074-4895-bda1-1ab45a410f2f) **请问这个反馈,有效正反馈和有效负反馈代表什么意思?** ===================== ### 我的t_rec_feedback表有20万反馈(包括正反馈,负反馈),但是如下显示的数量怎么是这种,没看懂什么意思 ![image](https://github.com/gorse-io/gorse/assets/53398033/a02b0bfb-41c1-4d8a-93cd-771a37fbb7aa)

**Is your feature request related to a problem? Please describe.** all hidden item store in one zset, will cause the zset too large and redis will timeout **Describe the solution...

**Info** I'm using Docker all-in-one `zhenghaoz/gorse-in-one:latest` **Describe the bug** On my config file, I have `item_ttl = "1"`, so items older than 1 day shouldn't be recommended, but there are...

bug

**Gorse version** Version: v0.4.14 API version: v0.2.7 Go version: go1.20.4 Git commit: ab030fd42b0aedafc7f9aacbf63df5e2b60be040 Built: Tue Jun 6 01:02:20 UTC 2023 OS/Arch: linux/amd64 **Describe the bug** When trying to pass in...

bug

**Gorse version** Lastest **Describe the bug** ``` # The naming prefix for tables (collections, keys) in databases. The default value is empty. table_prefix = "custom_" # The naming prefix for...

bug

Hello! I had some problems with csv-import at Gorse-dashboard. If some of rows are incorrect (my rows had slash-symbol in labels), then import interrupts with error. I think that it...

help wanted
feature/minor

**Gorse version** Print build info by the `--version` option. ``` $ gorse-in-one --version Version: v0.4.14 API version: v0.2.7 Go version: go1.20.4 Git commit: ab030fd42b0aedafc7f9aacbf63df5e2b60be040 Built: Tue Jun 6 01:02:23 UTC...

bug