Releases: getzep/graphiti
Releases · getzep/graphiti
v0.3.13 - Update Lucene search
v0.3.12 - Remove fuzzy search to fix large queries
Remove fuzzy search to fix large queries
v0.3.11 - Fix bug when not storing raw content
set content to empty after episode extractions have happened (#191) * set content to empty after episode extractions have happened * format * bump version
v0.3.10 - update logging and error types
Node group error type (#185) * add new error * update for compatibility wit hdev environment * update * fix mmr score * make mmr more readable
v0.3.9 - Improve quality of temporal extraction and edge invalidations, Add MMR reranking to search
What's Changed
- chore(deps): Bump neo4j from 5.24.0 to 5.25.0 by @dependabot in #168
- chore(deps-dev): Bump langgraph from 0.2.23 to 0.2.28 by @dependabot in #167
- chore(deps-dev): Bump ruff from 0.6.7 to 0.6.8 by @dependabot in #166
- chore(deps-dev): Bump langsmith from 0.1.125 to 0.1.129 by @dependabot in #165
- chore: Add build and start CI workflow by @paul-paliychuk in #164
- feat: add health checks and dependencies to docker-compose by @paul-paliychuk in #163
- update lucene sanitizer by @prasmussen15 in #170
- test escape characters by @prasmussen15 in #171
- Msc benchmark update by @prasmussen15 in #173
- add addepisode return object by @prasmussen15 in #172
- Fix edge invalidation by @prasmussen15 in #174
- chore(deps): Bump numpy from 2.1.1 to 2.1.2 by @dependabot in #179
- chore(deps-dev): Bump ruff from 0.6.8 to 0.6.9 by @dependabot in #178
- chore(deps-dev): Bump langsmith from 0.1.130 to 0.1.131 by @dependabot in #177
- chore(deps): Bump openai from 1.51.0 to 1.51.1 by @dependabot in #175
- Add mmr reranking by @prasmussen15 in #180
- chore(deps-dev): Bump anthropic from 0.34.2 to 0.35.0 by @dependabot in #176
- fix: Release workflow for service image by @paul-paliychuk in #182
Full Changelog: v0.3.8...v0.3.9
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