July 15: Support for SharePoint feeds, new Conversation features

New Features

  • Added GraphQL query for SharePoint consent URI, for registered Graphlit Platform Azure AD application

  • Better handling of web sitemap indexes: now if a sitemap.xml contains a sitemapindex element, we will load all linked sitemaps for evaluating web pages to ingest from Web feed

  • Added new GraphQL mutations for openConversation, closeConversation and undoConversation

  • Added timestamps to Conversation messages

  • Added new GraphQL mutations for openCollection and closeCollection

  • Added more configuration for content search: now can specify searchType (KEYWORD, VECTOR, HYBRID) and queryType (SIMPLE, FULL - aka Lucene syntax)

  • Better parsing of iTunes podcast metadata

Bugs Fixed

  • GPLA-1043: Reddit readLimit not taking effect: now the specified limit of Reddit posts will be leveraged for Reddit feeds

  • GPLA-1064: Performance on entity extraction and observation creation for large PDFs was under expectations: now able to build knowledge graph from large PDFs much faster (4x speed improvement)

  • GPLA-1053: If rendition generation errored during content workflow, the content was not properly marked as errored

  • GPLA-1102: Large Web sitemaps were slow to load; rewrote sitemap index handling, and now can process sitemaps with 150K+ entries in seconds.

Last updated