Commit d0d8b24
committed
Major refactoring - new StructuredOutput class, deprecation of Instructor class and respond() and request() methods
1 parent 112a392 commit d0d8b24
File tree
262 files changed
+1840
-1434
lines changed- bin
- config
- docs/release-notes
- evals
- ComplexExtraction
- SimpleExtraction
- UseExamples
- examples
- A01_Basics
- Basic
- Maybe
- Modes
- OptionalFields
- PrivateVsPublicFields
- SelfCorrection
- UsingAttributes
- UsingConfig
- ValidationCustom
- ValidationMixin
- ValidationWithLLM
- Validation
- A02_Advanced
- ContextCaching
- CustomClientParameters
- CustomPrompts
- DSN
- DataInputs
- FunctionArguments
- PartialUpdates
- ProvidingExamples
- Scalars
- Sequences
- Streaming
- Structures
- A03_Troubleshooting
- Debugging
- OnEvent
- TokenUsage
- Wiretap
- A04_APISupport
- A21
- Anthropic
- AzureOAI
- Cerebras
- Cohere
- DeepSeek
- FireworksAI
- Gemini
- Groq
- Minimaxi
- Mistral
- Moonshot
- Ollama
- OpenAI
- OpenRouter
- SambaNova
- TogetherAI
- xAI
- A05_Extras
- ComplexExtractionClaude
- ComplexExtractionCohere
- ComplexExtractionGemini
- ComplexExtraction
- ImageToDataAnthropic
- ImageToDataGemini
- ImageToData
- JsonSchema
- Schema
- TranscriptionToTasks
- TranslateUIFields
- WebToObjects
- B05_LLMExtras/ChatWithSummary
- C01_ZeroShot
- AssignRole
- AutoRefine
- ClarifyAmbiguity
- DefineStyle
- EmotionalLanguage
- FollowUpQuestions
- RepeatQuery
- SimulatePerspective
- C02_FewShot/InContextExamples
- C03_ThoughtGen/AnalogicalPrompting
- C07_Misc
- ArbitraryPropsConsistency
- ArbitraryProps
- ChainOfSummaries
- ChainOfThought
- ClassificationMulticlass
- Classification
- EntityRelationships
- HandlingErrors
- LimitingLengthOfLists
- ReflectionPrompting
- RestatingInstructions
- RewritingInstructions
- SearchCriteria
- Summary
- TimeRangeWithCOT
- TimeRange
- notes
- api
- done
- packages
- addons/src/Image
- auxiliary/src/Mintlify
- evals/src
- Executors
- Data
- Observers/Evaluate
- experimental
- src/Module/Core
- Traits/Predictor
- tests/Feature/Experimental
- hub
- examples
- A01_Basics
- Basic
- Maybe
- Modes
- OptionalFields
- PrivateVsPublicFields
- SelfCorrection
- UsingAttributes
- UsingConfig
- ValidationCustom
- ValidationMixin
- ValidationWithLLM
- Validation
- A02_Advanced
- ContextCaching
- CustomClientParameters
- CustomPrompts
- DSN
- DataInputs
- FunctionArguments
- PartialUpdates
- ProvidingExamples
- Scalars
- Sequences
- Streaming
- Structures
- A03_Troubleshooting
- Debugging
- OnEvent
- TokenUsage
- Wiretap
- A04_APISupport
- A21
- Anthropic
- AzureOAI
- Cerebras
- Cohere
- DeepSeek
- FireworksAI
- Gemini
- Groq
- Minimaxi
- Mistral
- Moonshot
- Ollama
- OpenAI
- OpenRouter
- SambaNova
- TogetherAI
- xAI
- A05_Extras
- ComplexExtractionClaude
- ComplexExtractionCohere
- ComplexExtractionGemini
- ComplexExtraction
- ImageToDataAnthropic
- ImageToDataGemini
- ImageToData
- JsonSchema
- Schema
- TranscriptionToTasks
- TranslateUIFields
- WebToObjects
- B05_LLMExtras/ChatWithSummary
- C01_ZeroShot
- AssignRole
- AutoRefine
- ClarifyAmbiguity
- DefineStyle
- EmotionalLanguage
- FollowUpQuestions
- RepeatQuery
- SimulatePerspective
- C02_FewShot/InContextExamples
- C03_ThoughtGen/AnalogicalPrompting
- C07_Misc
- ArbitraryPropsConsistency
- ArbitraryProps
- ChainOfSummaries
- ChainOfThought
- ClassificationMulticlass
- Classification
- EntityRelationships
- HandlingErrors
- LimitingLengthOfLists
- ReflectionPrompting
- RestatingInstructions
- RewritingInstructions
- SearchCriteria
- Summary
- TimeRangeWithCOT
- TimeRange
- src
- Data
- Services
- Utils/Mintlify
- instructor
- docs
- advanced
- concepts
- essentials
- internals
- misc
- techniques
- src
- Data
- Traits
- ChatTemplate
- RequestInfo
- Request
- Extras/Mixin
- Features/Core
- Traits
- tests
- Feature/Instructor
- Extras
- Fixtures/Setup/config
- polyglot/src
- Embeddings
- Data
- LLM
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
262 files changed
+1840
-1434
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | | - | |
| 173 | + | |
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
370 | 370 | | |
371 | 371 | | |
372 | 372 | | |
373 | | - | |
| 373 | + | |
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | | - | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
| 446 | + | |
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | | - | |
| 468 | + | |
469 | 469 | | |
470 | 470 | | |
471 | 471 | | |
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
| 492 | + | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
529 | | - | |
| 529 | + | |
530 | 530 | | |
531 | 531 | | |
532 | 532 | | |
| |||
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
595 | | - | |
| 595 | + | |
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
| |||
615 | 615 | | |
616 | 616 | | |
617 | 617 | | |
618 | | - | |
| 618 | + | |
619 | 619 | | |
620 | 620 | | |
621 | | - | |
| 621 | + | |
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| |||
684 | 684 | | |
685 | 685 | | |
686 | 686 | | |
687 | | - | |
| 687 | + | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| |||
707 | 707 | | |
708 | 708 | | |
709 | 709 | | |
710 | | - | |
| 710 | + | |
711 | 711 | | |
712 | 712 | | |
713 | 713 | | |
| |||
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
727 | | - | |
| 727 | + | |
728 | 728 | | |
729 | | - | |
| 729 | + | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
734 | | - | |
| 734 | + | |
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
| 812 | + | |
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
| 832 | + | |
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
866 | 866 | | |
867 | 867 | | |
868 | 868 | | |
869 | | - | |
870 | | - | |
| 869 | + | |
| 870 | + | |
871 | 871 | | |
872 | 872 | | |
873 | 873 | | |
874 | 874 | | |
875 | | - | |
| 875 | + | |
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
883 | | - | |
| 883 | + | |
884 | 884 | | |
885 | 885 | | |
886 | | - | |
| 886 | + | |
887 | 887 | | |
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
894 | | - | |
| 894 | + | |
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
| |||
File renamed without changes.
0 commit comments