Releases: getzep/graphiti
Releases · getzep/graphiti
v0.7.1 - Node label search filters
node label filters (#265) * node label filters * update * add search filters * updates * bump versions * update tests * test update
v0.7.0 - Custom Entity Types
Add the ability to use Pydantic BaseModels to define custom entity types. During ingestion, Graphiti will attempt to classify and extract relevant metadata for the provided types
v0.6.1 - add_triplet bug fixes
bump version (#264)
v0.6.0 - remove episode endpoint
remove episode endpoint
v0.5.3 - update token limits
update output token limits to 2048 (#258) update token limits
v0.5.2 - make token limits configurable by prompt
make token limits configurable by prompt
v0.5.1 - better exception handling
bump version (#247)
v0.5.0 - Limit concurrency and optimize neo4j queries
What's Changed
- Implement OpenAI Structured Output by @danielchalef in #225
- update summary length by @prasmussen15 in #227
- bump version by @prasmussen15 in #228
- feat: add retry logic and improve logging in OpenAIClient by @danielchalef in #229
- pre3 by @prasmussen15 in #230
- fix node distance reranker by @prasmussen15 in #231
- default to no pagination by @prasmussen15 in #232
- update lucene escaping by @prasmussen15 in #233
- refactor: use
utc_now()
for consistent UTC datetime handling by @danielchalef in #234 - bump version by @prasmussen15 in #236
- fix: Clean input before passing it to the llm by @paul-paliychuk in #238
- add generic client by @prasmussen15 in #237
- chore: Clean input to openai generic client by @paul-paliychuk in #239
- Abstract Neo4j filters in search queries by @prasmussen15 in #243
- Warn on invalid date by @prasmussen15 in #242
- Bounded semaphore - limiting concurrency by @prasmussen15 in #244
- bump version by @prasmussen15 in #245
Full Changelog: v0.4.3...v0.5.0
v0.5.0pre5 - Clean llm input
What's Changed
- fix: Clean input before passing it to the llm by @paul-paliychuk in #238
Full Changelog: v0.5.0pre4...v0.5.0pre5
v0.5.0pre4 - optional pagination and minor bug fixes
bump version (#236) pre4