July 19: Support for OpenAI GPT-4o Mini, BYO-key for Azure AI, similarity by summary, bug fixes

New Features

  • Updated to use Jina reranker v2 (jina-reranker-v2-base-multilingual) by default.

  • Updated to assign the summary, bullets, etc properties when calling summarizeContents mutation. Now when summarizing contents, we will store the resulting summary in the content itself, in addition to returning the summarized results.

  • Added relevance property to all entity types, which will be assigned when searching for these entities. Entity results will be sorted (descending) by this search relevance score.

  • Added the ability to manually update summary, bullets, etc. properties when calling the updateContent mutation.

  • Added offset property to AtlassianJiraFeedProperties, so the timezone offset can be properly assigned for paging of the Jira feed. (Defaults to zero offset, i.e. UTC.) Jira does not store dates in UTC format, and the timestamps are based on the server timezone of the hosted Jira instance. By assigning the timezone offset with the Jira feed, we can reliably page the updated date timestamps from the Jira API.

Bugs Fixed

  • GPLA-2915: Add retry on OpenAI API HTTP 524 error (gateway timeout).

  • GPLA-2908: Not paging through Jira feed correctly.

  • GPLA-2917: Search by similar content is not giving expected results on long documents.

  • GPLA-2244: Keyword search not finding text in latter part of long PDF.

Last updated