Skip to content

Releases: MantisAI/sieves

v0.4.0: Export as HF `datasets.Dataset`; `unstructured` preprocessing task

25 Jan 18:57
Compare
Choose a tag to compare

✨ New features and improvements

  • Support for exporting task results in datasets.Dataset format for easy distillation/model training (#63)
  • Add new task: preprocessing documents with unstructured (#61)
  • Introduced strict mode raising errors on unsuccessful result parsing (#57)
  • Use reasoning traces/CoT for existing tasks (#59)
  • Simplify serialization implementation for tasks (#61)

🔴 Bug fixes

  • Fixed bugs in serialization mechanism (#61)

⚠️ Backwards incompatibilities

  • tasks.parsing and tasks.chunkers have been merged into tasks.preprocessing

📖 Documentation and examples

-

👥 Contributors

@rmitsch


Full Changelog: v0.3.0...v0.4.0

v0.3.0: Serialization

19 Jan 16:12
2be2db6
Compare
Choose a tag to compare
v0.3.0: Serialization Pre-release
Pre-release

✨ New features and improvements

  • Add serialization support for Pipeline, Task, Engine (#51)

🔴 Bug fixes

-

⚠️ Backwards incompatibilities

-

📖 Documentation and examples

  • Updated readme to demo serialization (#51)

👥 Contributors

@rmitsch


Full Changelog: v0.2.1...v0.3

v0.2.1: Fix package metadata; image linking in readme

17 Jan 12:47
Compare
Choose a tag to compare

✨ New features and improvements

-

🔴 Bug fixes

-

⚠️ Backwards incompatibilities

-

📖 Documentation and examples

  • Fix package metadata
  • Fix image linking in readme

👥 Contributors

@rmitsch


Full Changelog: v0.2...v0.2.1

v0.2.0: LangChain engine, custom prompt signature descriptions

17 Jan 12:20
Compare
Choose a tag to compare

✨ New features and improvements

  • Add LangChain engine (#47)
  • Add custom prompt signature description (#48)
  • Better dependency management via optional requirement blocks (#41)

🔴 Bug fixes

-

⚠️ Backwards incompatibilities

-

📖 Documentation and examples

-

👥 Contributors

@rmitsch


Full Changelog: v0.1...v0.2

v0.1.0: Initial release

16 Jan 17:57
Compare
Choose a tag to compare
Pre-release

✨ New features and improvements

  • Add engines for DSPy, Outlines, Ollama, Huggingface zero-shot pipelines, GliNer/GliClass (#1, #2, #3, #21, #38)
  • Chunking support (#27)
  • Prompt template customization (#31)
  • Few-shot example support (#32)
  • New tasks
    • Classification (#1)
    • Information extraction (#39)

🔴 Bug fixes

-

⚠️ Backwards incompatibilities

-

📖 Documentation and examples

  • Update readme (#36)

👥 Contributors

@rmitsch, @nsorros


Full Changelog: v0.0.0...v0.1

v0.0.0: Initial release

13 Dec 10:27
Compare
Choose a tag to compare
Pre-release
Set up repo.