Releases: athenarc/EOSCF-ContentBasedRS
Releases · athenarc/EOSCF-ContentBasedRS
2.1.2
2.1.1
Changes to the API:
- Accept new parameters in similar services recommendations (
unique_id
,aai_id
,timestamp
) - Fix response schema
score
->scores
The new API: https://app.swaggerhub.com/apis/MikeXydas/EOSC-ContentBasedRS
2.1.0
2.0.0
V2 BREAKING
- All the API urls have an added
v1
eg.http://0.0.0.0:4559/similar_services/recommendation
->http://0.0.0.0:4559/v1/similar_services/recommendation
- The recommendation responses have changed to match RecommendationSet
{
"panel_id": "similar_services",
"recommendations": [
12, 23, ...
],
"explanations": [
"explanation1", "explanation2" ...
],
"explanations_short": [
"explanation_short1", "explanation_short2" ...
],
"score": [
0.7, 0.6, ...
],
"engine_version": "v1"
}
1.1.2
v1.1.1
v1.1.0
Added:
- Usage of user project history for more personalized recommendations
- Added project completion use case
- Run and monitor a cron job responsible for updating the data structures every x hours
- Usage of redis instead of the file system for storing these rs structures
- Version and recommendation logging