Skip to content

Releases: getzep/graphiti

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

v0.3.14 - Use explicit DEFAULT_DATABASE

21 Oct 16:34
b217d1e
Compare
Choose a tag to compare
Make default DB explicit (#195)

* add default database

* update

* init tests

* update test

* bump version

* removed unused imports

v0.3.13 - Update Lucene search

20 Oct 21:44
ecb7043
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.12...v0.3.13

v0.3.12 - Remove fuzzy search to fix large queries

19 Oct 15:36
737a3bc
Compare
Choose a tag to compare

Remove fuzzy search to fix large queries