Skip to content

Commit 06b23df

Browse files
authored
[UPDATE][r4techbiz][1.0.1]Change ranking algorithm (#520)
auto merge
1 parent 17decfd commit 06b23df

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

r4techbiz/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.23"
24+
appVersion: "0.0.28"

r4techbiz/OlaresManifest.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ metadata:
55
description: "Tech & Business News by R4. Trending Tech and Business News on Chinese Social Media."
66
icon: https://file.bttcdn.com/appstore/default/defaulticon.webp
77
appid: r4techbiz
8-
version: '1.0.0'
8+
version: '1.0.1'
99
title: 'TechBiz'
1010
categories:
1111
- News
1212
permission:
1313
appData: true
1414
appCache: true
1515
spec:
16-
versionName: '0.0.23'
16+
versionName: '0.0.28'
1717
featuredImage: https://file.bttcdn.com/appstore/r4techbiz/featuredImage.png
1818
fullDescription: |
1919
R4TechBiz provides trending technology and business news from Chinese Social Media. It recommends articles on a variety of topics, including tech news, gadget reviews, and in-depth analysis of business and economic events in China.
2020
2121
To keep you informed with the latest news, this recommendation uses a frequently updated workflow. It continuously monitors top Chinese Social Media Channels, ensuring you're the first to know about significant events and never miss out on important updates.
2222
2323
upgradeDescription: |
24-
Add embedding model to image
24+
Change the ranking algorithm to boost the accuracy of the recommended outcomes
2525
2626
developer: BEC Lab
2727
submitter: Olares

r4techbiz/templates/embedding.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: user-embedding-r4techbiz
55
namespace: {{ .Release.Namespace }}
66
spec:
7-
schedule: '41 10,22 * * *'
7+
schedule: '41 */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

r4techbiz/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

r4techbiz/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

r4techbiz/templates/train.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: rank-train-r4techbiz
55
namespace: {{ .Release.Namespace }}
66
spec:
7-
schedule: '41 23 * * *'
7+
schedule: '41 */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)