Changelog - 3.16.0
Released on
Release Notes
Universes Management
You can now manage your universes using the API.
To differentiate between your universes and universes shared with you, a new type property has been added to each universe.
- PRIVATE: managed by the user
- SHARED: managed by the owner and accessible to the users in the same company
- SESAMM: read-only
That property is available in the Get Universes route, and the new Get Universe Metadata route.
Create and update universes
Each universe has a name, type and a description. The description is optional.
Visibility can be changed to share the universe with the users of the same company by changing the type to SHARED, or restrict it to yourself by changing the type to PRIVATE.
Once a universe is created, you can add entities to it.
You can then use that universe on any route that accepts a universe id.
New routes:
Add entities to a universe
With the newly created universe, you can add entities to it.
You can only add entities that are accessible to you. (Use the Get Entities route to get the list of accessible entities.)
New routes:
Search for candidates
When adding entities to universes, searching one by one can be cumbersome.
To make it easier you can now search for up to 500 candidates at a time using the Search Multiple Entities route.
That route takes the same parameters as the Get Entities route, but in a POST request, allowing you to search for candidates in bulk.
You can ask for up to 10 matches per entity requested.
New routes:
Add esg-document-level cluster_size
Previously, cluster_size data was only available at SDG documents level. That information is now available at the ESG documents level.
cluster_size: Number of documents in the cluster associated with this document.
A cluster groups documents that are considered identical or highly similar on a daily level.
The value includes the current document (e.g. a value of 200 means 199 other similar documents).
Impacted routes: