This repository was archived by the owner on May 20, 2025. It is now read-only.
Releases: dowhiledev/semantix
Releases · dowhiledev/semantix
v0.1.6
v0.1.5
- [FEATURE] Added TogetherAI, MistralAI, Groq Integration
v0.1.4
- [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
enhancedecorator. 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
examplesfolder
v0.1.3
- [FIX] Much better performance
v0.1.2
- [FEATURE] Added Anthropic, Cohere Integration
- [CHORE] Added Documentation
v0.1.1
- [CHORE] Updated README.md with badges and installation instructions
- [CHORE] Added try.ipynb to the repository