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: docs/release-notes/v1.0.0.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
- (all) Multiple breaking changes - proceed with caution
2
-
- (all) Common conventions for working with StructuredOutput, Inference, and Embeddings classes
3
2
- (instructor) the `Instructor` class is being replaced with `StructuredOutput` class; the old class will be kept for some time to allow for a smooth transition.
3
+
- (all) Common conventions for working with StructuredOutput, Inference, and Embeddings classes
4
4
- (examples) All examples have been updated to use the new `StructuredOutput` class and recommended create(), generate() methods
5
5
- (docs) Updated documentation to reflect the new `StructuredOutput` class and its usage
6
6
- (instructor) Extracted structured output config into a separate file config/structured.php (and removed from config/llm.php)
@@ -15,5 +15,6 @@
15
15
- (polyglot) Corrections in inference drivers, fixed defects in JSON/JSON Schema modes
16
16
- (polyglot) Fixed error in selection of embeddings driver
17
17
- (polyglot) Added `withDebug()` support to Embeddings class
18
+
- (polyglot) Added experimental support for HuggingFace inference API
18
19
- (all) Multiple changes, improvements and refactorings in the codebase
19
20
- (all) Updated docs and examples to reflect the latest changes
0 commit comments