Kor

Latest version: v1.0.1

Safety actively analyzes 638699 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.6.0

What's Changed

* Visitors accept **kwargs
* Type-descriptors have been changed to be immutable
* Added more documentation

**Full Changelog**: https://github.com/eyurtsev/kor/compare/0.5.1...0.6.0

0.5.1

What's Changed

* Add input formatting argument to [create_extraction_chain](https://eyurtsev.github.io/kor/generated/kor.html#kor.create_extraction_chain). This may help make the extraction more robust for text containing a lot of whitespace / multiple paragraphs.
* Added kor.__version__
* Added more sphinx documentation

**Full Changelog**: https://github.com/eyurtsev/kor/compare/0.5.0...0.5.1

0.5.0

What's Changed

* Added a pydantic adapter (https://github.com/eyurtsev/kor/pull/91) which can be used to generate schema and to do validation.
* The adapter handles only a few common primitives for schema.
* Example usage here: https://eyurtsev.github.io/kor/validation.html

**Full Changelog**: https://github.com/eyurtsev/kor/compare/0.4.0...0.5.0

0.4.0

What's Changed

* Integration with Langchain via an LLMChain
* Added support for CSV, JSON encodings
* Swapped default encoding to use CSV (less flexible, but anecdotally more accurate)
* All schema nodes are no longer assumed to be lists by default. Instead the `many` attribute has been set to `False`
* However, due to lack of validation and details of XML encoding, XML encoding will still output everything as lists.
* Renamed type descriptors

Breaking Changes

Public API for extraction has changed completely to instead expose an LLMChain.

New Contributors
* tomdyson made their first contribution in https://github.com/eyurtsev/kor/pull/74

**Full Changelog**: https://github.com/eyurtsev/kor/compare/0.3.0...0.4.0

0.3.0

What's Changed

* Integrated with langchain
* Added test coverage for code in preparation for feature work

Breaking changes

* Removed `kor` adapters on top of open AI models, these will be maintained by langchain.

New Contributors
* vbarda made their first contribution in https://github.com/eyurtsev/kor/pull/26
* hwchase17 made their first contribution in https://github.com/eyurtsev/kor/pull/57

**Full Changelog**: https://github.com/eyurtsev/kor/compare/0.2.0...0.3.0

0.2.0

Added documentation and cleaned up some old code.
Small feature set to gauge interest.
Code is hardly tested at the moment.

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.