v0.19.0
getzep/graphitiv0.19.0Sep 2, 2025by prasmussen15
AI Summary
A major feature release introducing support for Amazon Neptune and Kuzu graph drivers, updating the default AI model to GPT-5, and improving index management.
Key Highlights
- Amazon Neptune support added
- Kuzu graph driver integration
- Default model updated to GPT-5
- Optimized index handling with HNSW
- Automated spam detection via GitHub AI Moderator
New Features
- Amazon Neptune Support
- Kuzu graph driver support
- GPT-5 as default model
- GitHub AI Moderator for spam detection
- Optimized index creation (HNSW)
Full Release Notes
## What's Changed * Amazon Neptune Support by @bechbd in https://github.com/getzep/graphiti/pull/793 * Gpt 5 default by @prasmussen15 in https://github.com/getzep/graphiti/pull/849 * fix broken link by @gkorland in https://github.com/getzep/graphiti/pull/855 * feat: Add GitHub AI Moderator for automated spam detection by @danielchalef in https://github.com/getzep/graphiti/pull/856 * use hnsw indexes by @prasmussen15 in https://github.com/getzep/graphiti/pull/859 * bump version by @prasmussen15 in https://github.com/getzep/graphiti/pull/860 * dont create extra search embeddings by @prasmussen15 in https://github.com/getzep/graphiti/pull/861 * Fixed issue where creating indices was not called for Neptune and added missing quickstart example by @bechbd in https://github.com/getzep/graphiti/pull/850 * docs: Update Ollama integration to use OpenAIGenericClient by @danielchalef in https://github.com/getzep/graphiti/pull/866 * update migration by @prasmussen15 in https://github.com/getzep/graphiti/pull/870 * Add support for Kuzu as the graph driver by @sdht0 in https://github.com/getzep/graphiti/pull/799 * docs: Add Azure OpenAI v1 API opt-in requirement documentation by @jackaldenryan in https://github.com/getzep/graphiti/pull/873 * Update claude-code-review.yml by @danielchalef in https://github.com/getzep/graphiti/pull/876 * Update claude.yml by @danielchalef in https://github.com/getzep/graphiti/pull/877 * Update claude-code-review.yml by @danielchalef in https://github.com/getzep/graphiti/pull/880 * Update claude-code-review.yml by @danielchalef in https://github.com/getzep/graphiti/pull/883 * Update cla.yml by @danielchalef in https://github.com/getzep/graphiti/pull/884 * update-tests by @prasmussen15 in https://github.com/getzep/graphiti/pull/872 * don't return index labels by @prasmussen15 in https://github.com/getzep/graphiti/pull/887 ## New Contributors * @bechbd made their first contribution in https://github.com/getzep/graphiti/pull/793 * @sdht0 made their first contribution in https://github.com/getzep/graphiti/pull/799 **Full Changelog**: https://github.com/getzep/graphiti/compare/v0.18.9...v0.19.0