Skip to content

Commit 649063c

Browse files
authored
[UPDATE][r4sport][1.0.1]Change ranking algorithm (#518)
auto merge
1 parent 407de7f commit 649063c

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

r4sport/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: '1.0.0'
18+
version: '1.0.1'
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.0.19"
24+
appVersion: "0.0.28"

r4sport/OlaresManifest.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ metadata:
55
description: Sports News by R4. Watch the best coverage of your favourite sports.
66
icon: https://file.bttcdn.com/appstore/default/defaulticon.webp
77
appid: r4sport
8-
version: '1.0.0'
8+
version: '1.0.1'
99
title: Sport
1010
categories:
1111
- Sports
1212
permission:
1313
appData: true
1414
appCache: true
1515
spec:
16-
versionName: '0.0.19'
16+
versionName: '0.0.28'
1717
featuredImage: https://file.bttcdn.com/appstore/r4sport/featuredImage.png
1818
fullDescription: |
1919
R4Sport covers the latest sports news, results, blogs, and comments from around the world. It includes a wide range of sports such as soccer, football, basketball, baseball, tennis, and more.
2020
2121
This recommendation will track the major sports events 24/7, ensuring that you stay updated with live coverage and results as they happen.
2222
upgradeDescription: |
23-
Add embedding model to image
23+
Change the ranking algorithm to boost the accuracy of the recommended outcomes
2424
2525
developer: BEC Lab
2626
submitter: Olares

r4sport/templates/embedding.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: user-embedding-r4sport
55
namespace: {{ .Release.Namespace }}
66
spec:
7-
schedule: '21 10,22 * * *'
7+
schedule: '21 */12 * * *'
88
startingDeadlineSeconds: 0
99
concurrencyPolicy: Replace
1010
successfulJobsHistoryLimit: 1
@@ -29,7 +29,7 @@ spec:
2929
template: user-embedding-template
3030
- name: user-embedding-template
3131
container:
32-
image: 'beclab/r4userembeddingwithmodel:v0.0.24'
32+
image: 'beclab/r4userembeddingwithmodel:v0.0.25'
3333
imagePullPolicy: IfNotPresent
3434
env:
3535
- name: KNOWLEDGE_BASE_API_URL

r4sport/templates/prerank.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
template: prerank-template
3737
- name: recall-template
3838
container:
39-
image: 'beclab/r4recall:v0.0.12'
39+
image: 'beclab/r4recall:v0.0.13'
4040
imagePullPolicy: IfNotPresent
4141
env:
4242
- name: KNOWLEDGE_BASE_API_URL

r4sport/templates/rank.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
name: model
4444
- name: rank-template
4545
container:
46-
image: 'beclab/r4rank:v0.0.19'
46+
image: 'beclab/r4rank:v0.0.28'
4747
imagePullPolicy: IfNotPresent
4848
env:
4949
- name: KNOWLEDGE_BASE_API_URL

r4sport/templates/train.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: rank-train-r4sport
55
namespace: {{ .Release.Namespace }}
66
spec:
7-
schedule: '21 23 * * *'
7+
schedule: '21 */24 * * *'
88
startingDeadlineSeconds: 0
99
concurrencyPolicy: Replace
1010
successfulJobsHistoryLimit: 1
@@ -31,7 +31,7 @@ spec:
3131
template: rank-template
3232
- name: rank-train-template
3333
container:
34-
image: 'beclab/r4train:v0.0.19'
34+
image: 'beclab/r4train:v0.0.28'
3535
imagePullPolicy: IfNotPresent
3636
env:
3737
- name: KNOWLEDGE_BASE_API_URL
@@ -43,7 +43,7 @@ spec:
4343
name: model
4444
- name: rank-template
4545
container:
46-
image: 'beclab/r4rank:v0.0.19'
46+
image: 'beclab/r4rank:v0.0.28'
4747
imagePullPolicy: IfNotPresent
4848
env:
4949
- name: KNOWLEDGE_BASE_API_URL

0 commit comments

Comments
 (0)