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
π‘ 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 and model properties to ConversationMessage type, which return the model service and model which was used for the LLM completion.
Last updated