v0.10.0 - Anthropic LLM Support! π Improvements and bug fixes
The Anthropic Claude family of LLMs can now be used as an alternative to OpenAI models for summarization and extraction tasks. π
What's Changed
- feat/Anthropic LLM support by @danielchalef in #163
- improvement/OpenAI API requests will now attempt to follow HTTP 429 & 503 Retry-After timing by @danielchalef in #163
- improvement/Allow Session undeletion on new Put by @danielchalef in #160
- improvement/intent extractor prompt by @danielchalef in #161
- bugfix/embedder-panics by @danielchalef in #165
Note
An important behavior change: Persisting memory to a soft-deleted session no longer results in an error. Doing so will now undelete the session, but keep the previously deleted memory messages soft-deleted. These will be hard deleted when a Purge task next runs.
Full Changelog: v0.9.1...v0.10.0