v0.2.0
Highlights
- Upgrade version of LangChain to 0.3.7 to resolve dependency conflicts with later versions of LangChain community packages
- Refactor
ResponseGenerator
,CounterfactualGenerator
,AutoEval
to adjust for LangChain upgrade - More intuitive printing in
AutoEval
- Update unit tests
- Update documentation in notebooks for user-friendliness and to include MistralAI
- Improved exception handling
- Remove 'langchain: ' from print statements
What's Changed
- v0.1.2 Updates by @dylanbouchard in #36
- upgrade langchain by @dylanbouchard in #39
- Formatting changes made by @vasisthasinghal in #41
- Resolve issue: upgrade version of langchain by @dylanbouchard in #40
- Add pytest to dev dependencies by @virenbajaj in #38
- Update exception handling and notebooks by @dylanbouchard in #42
- Vb/handle suppressed exceptions by @dylanbouchard in #44
- Release PR: v0.2.0 by @dylanbouchard in #45
New Contributors
- @vasisthasinghal made their first contribution in #41
Full Changelog: v0.1.2...v0.2.0