You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,13 @@
10
10
-**Enhanced `Pipelex.make()` method**: Complete overhaul of the initialization method with new path configuration options and robust validation:
11
11
- Added `relative_config_folder_path` and `absolute_config_folder_path` parameters for flexible config folder specification
12
12
- The `from_file` parameter controls path resolution: if `True` (default), relative paths are resolved relative to the caller's file location; if `False`, relative to the current working directory (useful for CLI scenarios)
13
+
- Renamed Makefile targets like `make doc` to `make docs` for consistency
13
14
14
15
### Added
15
16
- Added github action for inference tests
16
17
-`load_json_list_from_path` function in `pipelex.tools.misc.file_utils`: Loads a JSON file and ensures it contains a list.
18
+
- Added issue templates
19
+
- Updated Azure/OpenAI integrations, using dated deployment names systematically
0 commit comments