Recent Releases of eoscf-contentbasedrs
eoscf-contentbasedrs - 2.1.2
Hotfix
Fix issue during keyword access that caused update to fail
- Python
Published by MikeXydas about 2 years ago
eoscf-contentbasedrs - 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
- Python
Published by MikeXydas about 2 years ago
eoscf-contentbasedrs - 2.0.0
V2 BREAKING
- All the API urls have an added
v1eg.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
json
{
"panel_id": "similar_services",
"recommendations": [
12, 23, ...
],
"explanations": [
"explanation1", "explanation2" ...
],
"explanations_short": [
"explanation_short1", "explanation_short2" ...
],
"score": [
0.7, 0.6, ...
],
"engine_version": "v1"
}
- Python
Published by MikeXydas about 3 years ago
eoscf-contentbasedrs - 1.1.2
Fixed API required fields so as user id can be None (in case the user has not logged in)
- Python
Published by MikeXydas over 3 years ago
eoscf-contentbasedrs - v1.1.1
Additions: * A service can now be included in the RS online without waiting for the schedule update to take place
Fixes: * Fixed the .env contents
- Python
Published by MikeXydas over 3 years ago
eoscf-contentbasedrs - 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
- Python
Published by MikeXydas over 3 years ago
eoscf-contentbasedrs - v1.0.1
- Fix mistake in docker-compose
- Add storage of recommendations
- Redesign exceptions
- Python
Published by MikeXydas over 3 years ago
eoscf-contentbasedrs - v1.0.0
First release of the similar services use case (UC1.5)
- Python
Published by MikeXydas over 3 years ago