Skip to content

Releases: getzep/graphiti

v0.10.5 - episode fixes and optimizations

22 Apr 16:04
9514de3
Compare
Choose a tag to compare

v0.10.4 - tests and entity episodes virtual field

21 Apr 03:21
0094676
Compare
Choose a tag to compare
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

17 Apr 14:15
e73aaf8
Compare
Choose a tag to compare
mmr update (#369)

* mmr update

* bump version

* format

v0.10.2 - custom entity fixes

16 Apr 23:10
5274970
Compare
Choose a tag to compare
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

16 Apr 14:32
bad33f6
Compare
Choose a tag to compare
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

15 Apr 23:30
45b15a0
Compare
Choose a tag to compare
  • 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

10 Apr 10:58
6aa25a1
Compare
Choose a tag to compare
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

09 Apr 21:50
502b6da
Compare
Choose a tag to compare
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

09 Apr 15:49
9b563f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3 - Refactor pyproject to use syntax compatible with poetry and uv

09 Apr 03:49
0f6ac57
Compare
Choose a tag to compare

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