semantix

Non-Pydantic, Non-JSON Schema, efficient AutoPrompting and Structured Output Library

MIT License

Downloads
580
Stars
21
semantix - v0.1.6 Latest Release

Published by chandralegend about 1 month ago

  • [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
semantix - v0.1.5

Published by chandralegend about 1 month ago

  • [FEATURE] Added TogetherAI, MistralAI, Groq Integration
semantix - v0.1.4

Published by chandralegend about 1 month ago

  • [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
semantix - v0.1.3

Published by chandralegend about 1 month ago

  • [FIX] Much better performance
semantix - v0.1.2

Published by chandralegend about 1 month ago

  • [FEATURE] Added Anthropic, Cohere Integration
  • [CHORE] Added Documentation
semantix - v0.1.1

Published by chandralegend about 1 month ago

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