Skip to content

Releases: getzep/graphiti

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

v0.3.18 - Update reranker limits

28 Oct 18:50
7bb0c78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.17...v0.3.18

v0.3.17 - Add cross_encoder reranking and bfs search

25 Oct 16:30
ceb60a3
Compare
Choose a tag to compare

v0.3.17 - Add cross_encoder reranking and bfs search

v0.3.16 - Use session search

22 Oct 14:32
f77ab2b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.15...v0.3.16

v0.3.15 - Default Database Load Env Fix

22 Oct 12:50
1290d0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.14...v0.3.15