What's Changed
- Add group_id CRUD endpoints and option store content bool by @prasmussen15 in #130
- feat: add OpenAI configuration options to Settings and update LLM client setup by @paul-paliychuk in #126
- Update README.md with graphiti logo by @danielchalef in #131
- Handle JSONDecodeError in is_server_or_retry_error function by @danielchalef in #133
- feat: Fix bug in dedupe_node_list function by @danielchalef in #137
- feat: Refactor OpenAIClient initialization and add client parameter by @danielchalef in #140
- chore: Update DEFAULT_MAX_TOKENS to 16384 in config.py by @danielchalef in #138
- Add instructions to set up integration testing to contributor docs by @kylediaz in #135
- feat: Add delete group endpoint by @paul-paliychuk in #132
- Override default max tokens for Anthropic and Groq clients by @danielchalef in #143
- add py.typed by @danielchalef in #141
- limit community building concurrency by @danielchalef in #142
- feat: add FastAPI lifespan and healthcheck endpoint by @paul-paliychuk in #144
- In memory label propagation community detection by @prasmussen15 in #136
New Contributors
Full Changelog: v0.3.3...v0.3.4