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

你好。感谢开源。 我想修改这几个表名称(比如 users → tb_user_info),还有字段名称(比如 labels → label),添加表字段(比如 bigint id) 请问支持自定义修改吗?

**Is your feature request related to a problem? Please describe.** I have a data lake that is based on S3 and Minio **Describe the solution you'd like** Support S3 as...

feature/future

It would be awesome if we could connect Gorse to our database in production, so there would be no need to sync the data, and there would be no duplication...

**Issue Description** I am having trouble getting neighbors for new items that I have added. I was wondering if there is a refresh time for user_neighbors/item_neighbors and how to handle...

**Gorse version** Version: unknown-version API version: v0.2.7 Go version: go1.19.3 Git commit: 762f21f3154f35877fe376ba435c11e7eaaf5edc **Describe the bug** A data race occurs when the worker configuration is updated. [Sync()](https://github.com/gorse-io/gorse/blob/762f21f3154f35877fe376ba435c11e7eaaf5edc/worker/worker.go#L381) write [w.Config](https://github.com/gorse-io/gorse/blob/762f21f3154f35877fe376ba435c11e7eaaf5edc/worker/worker.go#L155), and...

bug

Currently, the only possibility to filter items for a recommendation is the use of categories. Only one category can be used as a filter. I.e. this scenario in an e-com...

feature/future

Currently, only string labels are supported. This makes it impossible to have numeric relations like a price. ("User 1 likes Items that cost below 300 $") It would be helpful...

feature/future

## 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...

**Gorse version** Latest **Describe the bug** Error in run playground, outputs: ``` Downloading playground dataset 100% |██████████████| (15/15 B, 84 kB/s) {"level":"fatal","ts":1713612438.4018214,"msg":"failed to initialize database","error":"gzip: invalid header","errorVerbose":"gzip: invalid header\nmain.initializeDatabase:189: "}...

bug

replacement的配置参数如下 [recommend.replacement] enable_replacement = false positive_replacement_decay = 0.01 read_replacement_decay = 0.01

bug