Skip to content

Releases: getzep/graphiti

v0.5.0pre3 - openAI retries

06 Dec 15:44
f59a7e6
Compare
Choose a tag to compare
Pre-release
pre3 (#230)

v0.5.0pre2 - limit summary length

05 Dec 21:01
ab93303
Compare
Choose a tag to compare
Pre-release
bump version (#228)

v0.5.0pre1 - use openAI structured output

05 Dec 15:17
ab06889
Compare
Choose a tag to compare

Non-openai clients may not work with this pre-release

v0.4.3 - don't escape unicode system prompt

03 Dec 16:53
427c73d
Compare
Choose a tag to compare
add unicode escape (#224)

* add unicode escape

* bump version

v0.4.2 - reduce DB connections

18 Nov 18:57
397291d
Compare
Choose a tag to compare
add delete nodes by group_id (#217)

* add delete nodes by group_id

* remove unused imports

* bump version

v0.4.1 - improve full text edge search performance

15 Nov 19:32
52c5908
Compare
Choose a tag to compare
Update edge search (#216)

* update edge fulltext search

* bump version

v0.4.0 - Add reflexion and reduce ingestion and search latency

14 Nov 17:19
281fe07
Compare
Choose a tag to compare
  • add_episode now uses reflexion to achieve more accurate results during graph creation
  • add_episode and search should now have reduced latency

v0.3.21 - handle empty search queries

04 Nov 16:23
6536401
Compare
Choose a tag to compare
return no results with empty search string (#206)

* return no results with empty search string

* update

* bump version

v0.3.20 - add bulk write operation and optional parallel runtime

31 Oct 16:32
b8f5267
Compare
Choose a tag to compare
Bulk add nodes and edges (#205)

* test

* only use parallel runtime if set to true

* add and test bulk add

* remove group_ids

* format

* bump version

* update readme

v0.3.19 - fix embedder issue

29 Oct 15:06
63a1b11
Compare
Choose a tag to compare

v0.3.19 - fix embedder issue