Releases: getzep/graphiti
Releases · getzep/graphiti
v0.10.5 - episode fixes and optimizations
bump version (#388)
v0.10.4 - tests and entity episodes virtual field
Node episodes list (#381) * added episode list virtual field * in progress tests * add tests * update search return type * linter * copyright notice * mark integration tests
v0.10.3 - fix mar
mmr update (#369) * mmr update * bump version * format
v0.10.2 - custom entity fixes
reduce entity type attribute hallucinations (#365) * reduce entity type attribute hallucinations * reduce entity type attribute hallucinations * reduce entity type attribute hallucinations * mypy fix * mypy fix * mypy fix
v0.10.1 - minor bug fixes
make node record loading more robust (#363) don't throw an error if certain pieces of the dict don't exist
v0.10.0 - add episode search, multilingual support, QoL updates
- Add episode results to
graphiti.search()_
endpoint - Add better multilingual support (information will be extracted in the language it is written in)
- Add
EpisodicNode.get_by_entity_node_uuid()
to get the episodes related to an entity node. - Update defaults to use
gpt-4.1-mini
v0.9.6 - clean up context string
update context string (#346) * update context string * Update graphiti_core/search/search_helpers.py Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * remove unused imports * bump version --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
v0.9.5 - add search_ and context string helper
Add search_ and deprecate _search (#342) * add search_ and deprecate _search. Add formatting helper * add search helpers file * move SearchResults * Update graphiti_core/search/search_helpers.py Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * remove unused imports --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
v0.9.4
What's Changed
- docs: add installation instructions for Graphiti using poetry and uv by @danielchalef in #340
- chore: update dependencies and refactor type hinting by @danielchalef in #339
- chore: bump version to 0.9.4 in pyproject.toml by @danielchalef in #341
Full Changelog: v0.9.3...v0.9.4
v0.9.3 - Refactor pyproject to use syntax compatible with poetry and uv
What's Changed
- chore: update version to 0.9.3 and restructure dependencies by @danielchalef in #338
Full Changelog: v0.9.2...v0.9.3