Releases: getzep/graphiti
Releases · getzep/graphiti
v0.3.8 - Bump openai version
What's Changed
- chore: Update openai version by @paul-paliychuk in #162
Full Changelog: v0.3.7...v0.3.8
v0.3.7 - Add configurable embedding interface
What's Changed
- Add MSC benchmark and improve search performance by @prasmussen15 in #157
- feat: configurable embedding model by @ArnoChenFx in #156
- chore: simplify Docker image release workflow by @paul-paliychuk in #158
- feat: Dedicated embedder interface by @paul-paliychuk in #159
New Contributors
- @ArnoChenFx made their first contribution in #156
Full Changelog: v0.3.6...v0.3.7
v0.3.6 - Make deleting edges by group_id safer
What's Changed
- chore: Make deleting groups safer by @paul-paliychuk in #155
Full Changelog: v0.3.5...v0.3.6
v0.3.5 - Group ID updates
What's Changed
- chore(deps-dev): Bump langgraph from 0.2.19 to 0.2.23 by @dependabot in #150
- chore(deps): Bump pydantic from 2.9.1 to 2.9.2 by @dependabot in #149
- chore(deps): Bump openai from 1.45.1 to 1.47.0 by @dependabot in #148
- chore(deps-dev): Bump ruff from 0.6.5 to 0.6.7 by @dependabot in #147
- chore(deps-dev): Bump langsmith from 0.1.121 to 0.1.125 by @dependabot in #146
- Group id fix by @prasmussen15 in #152
- feat: async close and multi-group search support by @paul-paliychuk in #151
- refactor: remove unnecessary type casting in
search()
function by @paul-paliychuk in #153 - fix: Make groupIds option in search query dto by @paul-paliychuk in #154
Full Changelog: v0.3.4...v0.3.5
v0.3.4 - Community nodes fixes, group_id crud, llm client updates
What's Changed
- Add group_id CRUD endpoints and option store content bool by @prasmussen15 in #130
- feat: add OpenAI configuration options to Settings and update LLM client setup by @paul-paliychuk in #126
- Update README.md with graphiti logo by @danielchalef in #131
- Handle JSONDecodeError in is_server_or_retry_error function by @danielchalef in #133
- feat: Fix bug in dedupe_node_list function by @danielchalef in #137
- feat: Refactor OpenAIClient initialization and add client parameter by @danielchalef in #140
- chore: Update DEFAULT_MAX_TOKENS to 16384 in config.py by @danielchalef in #138
- Add instructions to set up integration testing to contributor docs by @kylediaz in #135
- feat: Add delete group endpoint by @paul-paliychuk in #132
- Override default max tokens for Anthropic and Groq clients by @danielchalef in #143
- add py.typed by @danielchalef in #141
- limit community building concurrency by @danielchalef in #142
- feat: add FastAPI lifespan and healthcheck endpoint by @paul-paliychuk in #144
- In memory label propagation community detection by @prasmussen15 in #136
New Contributors
Full Changelog: v0.3.3...v0.3.4
v0.3.3 - Community nodes updates, uuid format update and dep maintenance
What's Changed
- Add community update by @prasmussen15 in #121
- chore(deps-dev): Bump langchain-openai from 0.1.23 to 0.1.25 by @dependabot in #117
- chore(deps): Bump openai from 1.44.0 to 1.45.1 by @dependabot in #116
- chore(deps-dev): Bump ruff from 0.6.4 to 0.6.5 by @dependabot in #115
- chore(deps-dev): Bump langsmith from 0.1.116 to 0.1.121 by @dependabot in #114
- fix: update UUID generation and message handling by @paul-paliychuk in #123
- chore(deps-dev): Bump pytest from 8.3.2 to 8.3.3 by @dependabot in #113
- Mentions reranker by @prasmussen15 in #124
Full Changelog: v0.3.2...v0.3.3
v0.3.2 - Get Node by uuid(s) fix
What's Changed
- fix: Syntax error on node crud by @paul-paliychuk in #119
Full Changelog: v0.3.1...v0.3.2
v0.3.1 - Search refactor, community search
What's Changed
- Search refactor + Community search by @prasmussen15 in #111
- Fix groupless search by @paul-paliychuk in #118
Full Changelog: v0.3.0...v0.3.1
v0.3.0 - Community Nodes, Docker Container, Performance Improvements & Bug Fixes
What's Changed
- chore: Update service readme by @paul-paliychuk in #93
- Loosen numpy dependency to numpy>=1.0.0 by @danielchalef in #94
- chore(deps-dev): Bump langsmith from 0.1.115 to 0.1.116 by @dependabot in #99
- chore(deps): Bump pydantic from 2.9.0 to 2.9.1 by @dependabot in #98
- chore(deps): Bump openai from 1.43.1 to 1.44.0 by @dependabot in #97
- chore(deps-dev): Bump groq from 0.10.0 to 0.11.0 by @dependabot in #96
- chore(deps-dev): Bump langgraph from 0.2.18 to 0.2.19 by @dependabot in #95
- Fix missing default None for add_episode_bulk by @danielchalef in #101
- feat(graph-service): add entity node handling and update Docker configurations by @paul-paliychuk in #100
- Fix llm client retry by @danielchalef in #102
- Add py.typed file by @danielchalef in #105
- add extract nodes from text prompt by @prasmussen15 in #106
- Community nodes by @prasmussen15 in #103
- feat: add error handling for missing nodes and edges, introduce new API endpoints, and update ZepGraphiti class by @paul-paliychuk in #104
- Improve node distance reranker speed by @prasmussen15 in #107
- Version bump by @paul-paliychuk in #108
Full Changelog: v0.2.3...v0.3.0
v0.2.3 - Add support for group ids when ingesting and retrieving context from graphiti
What's Changed
- Add Fastapi graph service by @paul-paliychuk in #88
- Fix manual image release workflow by @paul-paliychuk in #90
- Fix manual image release workflow by @paul-paliychuk in #91
- Add group ids by @prasmussen15 in #89
- feat: Add group id support to service by @paul-paliychuk in #92
Full Changelog: v0.2.2...v0.2.3