November 17: Support for entity feeds, CRM integration, research feeds, GPT-5.1
New Features
π‘ Graphlit now supports entity feeds for direct knowledge graph population. Using the Parallel "Find All" API, you can discover and ingest relevant entities directly into your knowledge graph without requiring associated content.
π‘ We have added a Research feed type that kicks off async deep research tasks via the Parallel Task API and ingests the resulting Markdown as new content. This enables automated research workflows that populate your project with synthesized information.
We have added support for GPT-5.1 with the model enum
GPT51_400K.We have extended Attio CRM support with custom object mapping, allowing you to ingest companies, contacts, and custom objects from your CRM directly into the knowledge graph.
The
graphquery now provides a direct way to query the knowledge graph exclusive of content, returning nodes and edges without filtering through content.Azure blob metadata is now ingested and stored in content, making custom blob properties available for retrieval.
GitHub commits now return file changes and diffs via the Octokit integration.
Bugs Fixed
GPLA-4701: Reddit posts now correctly return Markdown content
GPLA-4694: Migrated to latest Jira JQL API after deprecation of previous endpoint
GPLA-4709: Fixed text-to-audio publishing errors in alert workflows
GPLA-4708: Fixed Sora video publishing size validation errors
GPLA-4707: Feed identifiers can now be assigned via
updateFeed
Last updated