Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Releases: dowhiledev/semantix

v0.1.6

22 Sep 20:25

Choose a tag to compare

  • [FIX] Fixed Anthropic, Cohere Integration
  • [FIX] Fixed Self Healing Mechanism
  • [FEATURE] Support for Pydantic Base Models (Can be used in advanced validation needs)
  • [CHORE] Optimized Default Prompt Configurations

v0.1.5

16 Sep 22:01

Choose a tag to compare

  • [FEATURE] Added TogetherAI, MistralAI, Groq Integration

v0.1.4

16 Sep 19:04

Choose a tag to compare

  • [FEATURE] Added Helper Functions to create new classes and enums easily. Helpful when creating classes with large number of parameters or enums with large number of values.
  • [FEATURE] Retries are now available in the enhance decorator. This will allow the function to retry the LLM inference if it fails, increasing the chances of getting a correct answer.
  • [CHORE] Updated Documentation with the new features
  • [CHORE] Added more examples in the examples folder

v0.1.3

15 Sep 21:42

Choose a tag to compare

  • [FIX] Much better performance

v0.1.2

14 Sep 14:35

Choose a tag to compare

  • [FEATURE] Added Anthropic, Cohere Integration
  • [CHORE] Added Documentation

v0.1.1

08 Sep 12:55

Choose a tag to compare

  • [CHORE] Updated README.md with badges and installation instructions
  • [CHORE] Added try.ipynb to the repository