June 21: Support for the Claude 3.5 Sonnet model, knowledge graph semantic search, and bug fixes

New Features

  • 💡 Graphlit now supports the Anthropic Claude 3.5 Sonnet model, which can be assigned with the CLAUDE_3_5_SONNET model enum.

  • 💡 Graphlit now supports semantic search of observable entities in the knowledge graph, such as Person, Organization and Place. These entity types will now have vector embeddings created from their enriched metadata, and support searching by similar text, and searching by similar entities.

  • We have changed the Google Drive and Google Email feed properties to require the Google OAuth client ID and client secret, along with the existing refresh token, for proper authentication against Google APIs.

  • We have added a credits quota on the Free Tier. Once 1000 credits have been used on the Free Tier, no more content can be ingested, and an upgrade to a paid tier is required. Customers will receive an email when the credits, storage or contents quota has been reached.

Bugs Fixed

  • GPLA-2837: Failed to ingest LinkedIn page as Web feed

  • GPLA-2831: Zero-byte file was left in Indexed state

  • GPLA-2834: Not reading any files from Azure blob feed with space in prefix

  • GPLA-2828: Better handling for files with unknown (or missing) file extensions

Last updated