Daylight | Cloud | 2020-03-14

Enhancements

  • API: Renamed account and account_id to workspace

  • API: legacy_term_format parameter now defaults to false

  • API: Specify which fields to return when getting documents 

  • API: v5 API documentation now includes a Deprecation information section 

Fixes

  • Highlights and Galaxy: Clusters now display in order by volume

  • Drivers: Trend Analysis XLSX now downloads correctly


Learn More

Renamed account and account_id to workspace

With this release, all instances of account or account_id in the API are now workspace.  Please update your code accordingly. This change reflects the Settings overhaul Luminoso introduced in late 2019 that provides better permissioning on the Organization and Workspace levels. 

For more information, reference the Deprecations section in the API documentation.

The legacy_term_format parameter now defaults to “false” 

The legacy_term_format parameter on the Vectorize text endpoint now defaults to false, instead of true

If you need time to update code, you can specify true and continue to receive the array format for terms and fragments. Otherwise, you do not need to specify anything for this parameter.

On March 27, 2021, the parameter will be completely removed, and modern object-style terms and fragments are the only available output.

v5 API documentation now includes a Deprecation information section

Access the new Deprecations section in the Luminoso API documentation for information on changes you may need to make to your scripts as we update endpoints and parameters. 

Specify which fields to return when getting documents

Now, when you call the Get Documents endpoint  you can choose to specify an optional fields parameter that limits the output you receive to only the fields that you specified. For instance, if you specified doc_id and metadata, you would see only these two pieces of information for each document that your search returned.

Since it creates smaller API calls, this change saves bandwidth and helps limit your search to only the information you need. This is especially useful for customers who use scripts. 

Clusters now display in order by volume

We resolved a problem that affected the Galaxy feature and the What are the largest clusters of conversation? card in Highlights. Now, Highlights displays conversation clusters in descending order, with the highest-volume clusters at the top. Suggested concepts in Galaxy are also grouped in descending order of volume.

Drivers: Trend Analysis XLSX now downloads correctly 

Now, when you open the Drivers: Trend Analysis feature and click Download XLSX, the XLSX downloads properly and does not display an error message.

© 2020 Luminoso Technologies. All rights reserved.