| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| semantix-0.1.4.tar.gz | 2024-09-16 | 16.9 kB | |
| semantix-0.1.4-py3-none-any.whl | 2024-09-16 | 21.1 kB | |
| README.md | 2024-09-16 | 470 Bytes | |
| v0.1.4 source code.tar.gz | 2024-09-16 | 218.1 kB | |
| v0.1.4 source code.zip | 2024-09-16 | 239.4 kB | |
| Totals: 5 Items | 496.0 kB | 0 | |
- [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