We are proud to announce version 1.1 of Mr. DLib’s Recommender-System as-a-Service. The major new features are:
- A JavaScript Client to request recommendations from Mr. DLib. The JavaScript offers many advantages compared to a server-side processing of our recommendations. Among others, the main page will load faster while recommendations are requested in the background and a loading animation is shown. Using the JavaScript also means that the logging will be more reliable because web spiders are not logged any more. Our partner Sowiport uses the JavaScript already.
- We indexed 15 million documents from CORE and recommend them through our API. Another 5 million will follow soon.
- So far, recommendations could only be requested by specifying a particular document ID such as https://api-beta.mr-dlib.org/v1/documents/<ID>/related_documents/. Now, recommendations can be requested through a title such as https://api-beta.mr-dlib.org/v1/documents/this%20is%20a%20title/related_documents/
In addition, we restructured our entire database model and did another 134 bug fixes, enhancements etc.
0 Comments