March 13: Support for Claude 3 Haiku model, direct ingestion of Base64 encoded files
New Features
💡 Graphlit now supports the Claude 3 Haiku model.
Added support for direct ingestion of Base64 encoded files with the
ingestEncodedFile
mutation. You can pass a Base64 encoded string and MIME type of the file, and it will be ingested into the Graphlit Platform.Added
modelService
andmodel
properties toConversationMessage
type, which return the model service and model which was used for the LLM completion.
PreviousMarch 23: Support for Linear, GitHub Issues and Jira issue feeds, ingest files via Web feed sitemapNextMarch 10: Support for Claude 3, Mistral and Groq models, usage/credits telemetry, bug fixes
Last updated