Releases: aixplain/aiXplain
Releases · aixplain/aiXplain
0.2.23
What's Changed
- Hotfix: Increase benchmark test timeout by @shreyasXplain in #312
- ENG-1102: Default parameter on ModelResponse.get by @thiago-aixplain in #319
- ENG-1094: Prompt variables at agent/teams' descriptions by @thiago-aixplain in #317
- ENG-1095 Functional tests for updating tools and agents by @xainaz in #320
- ENG-1063: Support AIXPLAIN_API_KEY as TEAM_API_KEY key by @xainaz in #314
Full Changelog: 0.2.22...0.2.23
0.2.22
What's Changed
- BUG-225: Set default 'parameters' to None and adding tests by @lucas-aixplain in #300
- BUG-238: Fix check_storage_type to not detect folder as a file by @lucas-aixplain in #302
- BUG-233: Prompt variables are now populated and validated automatically by @kadirpekel in #303
- ENG-750: Service mode parameter in the SDK by @thiago-aixplain in #295
- ENG-791: Objectify model response by @zaina826 in #279
- ENG-812: Update agents info by @thiago-aixplain in #285
- ENG-979: New functional test for script nodes by @kadirpekel in #305
- ENG-997: Make function filter optional on model search by @thiago-aixplain in #307
Full Changelog: 0.2.21...0.2.22
0.2.21
What's Changed
- ENG-735: Improve Error Messages by @xainaz in #271
- ENG-711: Upgrade model serving from v1 to v2 by @thiago-aixplain in #275
- ENG-748: Max tokens and iterations inputs in agents/teams by @thiago-aixplain in #276
- ENG-785: Group of Improvements in API Key CRUD by @thiago-aixplain in #277
- BUG-206: passthrough parameters cause an automatic parameter population in the next node by @kadirpekel in #284
- BUG-211: Get model description by @thiago-aixplain in #286
- ENG-893: improve error log message when deleting an agent by @xainaz in #290
- BUG-215: Fixing default parameters setting by @thiago-aixplain and @lucas-aixplain in #299
New Contributors
- @dependabot made their first contribution in #127
Full Changelog: 0.2.20...0.2.21
0.2.20
What's Changed
- Eng 399 - Introducing Metric Nodes in Designer by @kadirpekel in #247
- Add TeamAgent factory and module. Fix typos in code comments by @lucas-aixplain in #227
- Add fileMetadata information in script node by @thiago-aixplain in #251
- Name Validation of Agents and Team Agents by @thiago-aixplain in #253
- Fixes in pipeline design and reconstructor node by @thiago-aixplain in #255
- Add get method to agent and team agent tests by @lucas-aixplain in #259
- initial API key factory by @xainaz in #261
- BUG-177: Fixed pipeline validation by @kadirpekel in #262
- Get usage limit by @thiago-aixplain in #264
- Update SDK version by @thiago-aixplain in #266
- Eng 739 get api key by @thiago-aixplain in #268
New Contributors
- @hadi-aix made their first contribution in #209
- @kadirpekel made their first contribution in #219
- @xainaz made their first contribution in #226
Full Changelog: 0.2.19...0.2.20
0.2.19
What's Changed
- Add TeamAgent factory and module. Fix typos in code comments by @lucas-aixplain in #227
- Add fileMetadata information in script node by @thiago-aixplain in #251
- Name Validation of Agents and Team Agents by @thiago-aixplain in #253
- Fixes in pipeline design and reconstructor node by @thiago-aixplain in #255
- Add get method to agent and team agent tests by @lucas-aixplain in #259
Full Changelog: 0.2.18...0.2.19
0.2.18
What's Changed
- Create bounds for FineTune hyperparameters by @lucas-aixplain in #103
- Fixing pipeline general asset test by @thiago-aixplain in #106
- Update Finetuner functional tests by @lucas-aixplain in #112
- Do not download textual URLs by @thiago-aixplain in #120
- Enable api key parameter in data asset creation by @thiago-aixplain in #122
- Update Finetuner hyperparameters by @lucas-aixplain in #125
- Update finetuner functional tests by @lucas-aixplain in #128
- Enabling dataset ID and model ID as parameters for finetuner creation by @thiago-aixplain in #131
- Fix supplier representation of a model by @thiago-aixplain in #132
- Fixing indentation in documentation sample code by @thiago-aixplain in #134
- Update FineTune unit and functional tests by @lucas-aixplain in #136
- Click fix by @mikelam-us-aixplain in #140
- M 5905660469 enhance benchmark job response by @shreyasXplain in #145
- New pipeline functional tests by @thiago-aixplain in #143
- M 6107719447 check finetuner status by @thiago-aixplain in #133
- Update metric.py by @shreyasXplain in #147
- Fixing finetune checker test and doc by @thiago-aixplain in #150
- Skip model onboard and deployment tests by @thiago-aixplain in #153
- Saving/Update Pipeline Services by @thiago-aixplain in #154
- Do not run service mode tests for specific pipelines by @thiago-aixplain in #159
- Add ID on Metadata by @thiago-aixplain in #162
- Interval label new structures by @thiago-aixplain in #157
- [BUG] Support text labels by @thiago-aixplain in #167
- SDK's UML diagram by @thiago-aixplain in #169
- Update Finetuner search metadata functional tests by @lucas-aixplain in #172
- Downgrade dataclasses-json for compatibility by @thiago-aixplain in #170
- Update asset cost parameters by @thiago-aixplain in #179
- Treat label URLs by @thiago-aixplain in #176
- Add new metric test by @thiago-aixplain in #181
- LLMModel class and parameters by @thiago-aixplain in #184
- Gpus by @mikelam-us-aixplain in #185
- Create and get Pipelines with api key as input parameter by @thiago-aixplain in #187
- M 6769474660 save pipelines by @thiago-aixplain in #191
- M 6769474660 save pipelines by @thiago-aixplain in #192
- Solving bug when LLM parameters are set on data by @thiago-aixplain in #196
- Fix pipeline functional test by @lucas-aixplain in #200
- M 6656407247 agentification by @thiago-aixplain in #197
- Fixing circular import in the SDK by @thiago-aixplain in #211
- create model/pipeline tools from AgentFactory by @thiago-aixplain in #214
- Set model ID as a parameter for ModelTools by @thiago-aixplain in #216
- Content inputs to be processed according to the query. by @thiago-aixplain in #215
- ENG-1: programmatic api introduced by @kadirpekel in #219
- Updated image upload tests by @mikelam-us-aixplain in #213
- Eng 217 local path by @thiago-aixplain in #220
- Eng 389 fix tests by @thiago-aixplain in #222
- Tool Validation when creating agents by @xainaz in #226
- Eng 398 sdk get users credits - Initial by @xainaz in #232
- Eng 398 sdk get users credits by @thiago-aixplain in #234
- Removed wallet_factoy.py by @xainaz in #235
- Merge to test by @ikxplain in #236
- Adding supervisor/planning options into SDK by @thiago-aixplain in #233
- Adjustments to get user credits by @xainaz in #237
- Put conditions inside try statements according to changes required. by @xainaz in #231
- Fixing none credit by @xainaz in #238
- Update click dependency by @thiago-aixplain in #241
- Added input and output attributes to model by @xainaz in #244
- Eng 467 ai xplain sdk update finetune functional tests to cover all new finetunable models by @xainaz in #242
- Added name to update by @xainaz in #245
- ENG-504: Make the agent architecture configurable by @thiago-aixplain in #243
- Eng 544 ai xplain sdk update llm functional tests to cover all new llm models by @xainaz in #248
- Eng 399 - Introducing Metric Nodes in Designer by @kadirpekel in #247
New Contributors
- @hadi-aix made their first contribution in #209
- @kadirpekel made their first contribution in #219
- @xainaz made their first contribution in #226
Full Changelog: 0.2.17...0.2.18
0.2.17
What's Changed
- Tool Validation when creating agents by @xainaz in #226
- Get User's Credits Feature by @xainaz in #232
- Adding supervisor/planning options into Agent SDK by @thiago-aixplain in #233
- Adjustments to get user credits by @xainaz in #237
- Depict Error Type when running assets by @xainaz in #231
- Fixing none credit by @xainaz in #238
New Contributors
Full Changelog: 0.2.16...0.2.17
0.2.16
What's Changed
- Set model ID as a parameter for ModelTools by @thiago-aixplain in #216
- Enable to set dynamic content on Agent queries by @thiago-aixplain in #215
- Designer on SDK by @kadirpekel in #219
- Updated image upload tests by @mikelam-us-aixplain in #213
New Contributors
- @kadirpekel made their first contribution in #219
Full Changelog: 0.2.15...0.2.16
0.2.15
What's Changed
- Save Pipelines by @thiago-aixplain in #192
- Solving bug when LLM parameters are set on data by @thiago-aixplain in #196
- Fix pipeline functional test by @lucas-aixplain in #200
- Agentification by @thiago-aixplain in #197
Full Changelog: 0.2.14...0.2.15
0.2.14
What's Changed
- Updated onboarding docs by @mikelam-us-aixplain in #155
- [BUG] Support text labels by @thiago-aixplain in #167
- SDK's UML diagram by @thiago-aixplain in #169
- Update Finetuner search metadata functional tests by @lucas-aixplain in #172
- Downgrade dataclasses-json for compatibility by @thiago-aixplain in #170
- Update asset cost parameters by @thiago-aixplain in #179
- Treat label URLs by @thiago-aixplain in #176
- Add new metric test by @thiago-aixplain in #181
- LLMModel class and parameters by @thiago-aixplain in #184
- Gpus by @mikelam-us-aixplain in #185
- Create and get Pipelines with api key as input parameter by @thiago-aixplain in #187
- M 6769474660 save pipelines by @thiago-aixplain in #191
Full Changelog: 0.2.13...0.2.14