Commit Graph

285 Commits

Author SHA1 Message Date
Jason Liu 00bedcf165 doc: lmfao 2024-03-05 17:20:13 -05:00
Jason Liu 22bf7efbd3 doc: support groq in hub 2024-03-05 16:48:54 -05:00
Harpinder 84c455ec22 nit: fix typo: informatino -> information (#487) 2024-03-05 09:22:47 -05:00
Jason Liu a6803a28f4 fix: Improve type hinting, update response models handling, add logging, and fix bugs (#484) 2024-03-04 18:27:49 -05:00
Nathan 63fe8a365a doc: Update youtube_clips.md (#483)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-03-04 18:21:45 -05:00
Jason Liu 1b550dfb66 update examples 2024-03-04 17:32:37 -05:00
Jason Liu a0c1859fc6 doc: Extracting YouTube clips 2024-03-04 16:52:19 -05:00
Jason Liu edc5ef684b fix: black and synthetic examples 2024-03-04 15:27:52 -05:00
Dariusz Debowczyk 3fc2cd1d61 doc: references to PHP port added to docs (#474) 2024-03-01 10:09:17 -04:00
Jason Liu 3804ec6ac5 doc: update knowledge graph 2024-02-28 18:52:58 -04:00
Jason Liu 6c8aee79d2 fix: clean up mistral imports 2024-02-26 14:37:11 -04:00
Ashank Tomar 043a51eebe docs: add support for mistral tool calling (#467) 2024-02-26 14:03:50 -04:00
Jason Liu 135229d554 doc: improve seo 2024-02-23 11:50:22 -05:00
Jason Liu 82934559e9 doc: update seo for intro page 2024-02-23 11:48:59 -05:00
Jason Liu b177042315 doc: seo better async title 2024-02-23 11:47:07 -05:00
Stephen 35db326d52 doc: lead extraction hub example (#459)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-02-22 20:34:08 -05:00
Jason Liu 11c115caf4 doc: seo 2024-02-21 11:28:04 -05:00
Jason Liu 06d028b742 doc: seo 2024-02-21 11:27:59 -05:00
Jason Liu 75bf98e0e5 doc: more links! 2024-02-21 11:27:38 -05:00
Jason Liu 13683b7cad docs: clean up docs 2024-02-20 15:29:38 -05:00
Ethan Leifer 259023a7ec Move partial and iterable from cookbook/examples to hub (#452) 2024-02-19 23:30:14 -05:00
Jason Liu a2d1110524 doc: update langsmith image 2024-02-19 22:00:00 -05:00
Jason Liu ae9615e106 feat(docs/GPT-4 Vision Model): Add document on extracting tables from images and related functionality (#443) 2024-02-19 21:46:53 -05:00
Jason Liu 13962830e3 blog: Langsmith blogpost (#444) 2024-02-19 21:43:59 -05:00
Jason Liu 44137c03d9 docs: add hub links 2024-02-19 21:40:12 -05:00
Jason Liu 4d19a110c8 docs(hub): add pandas_df.md and update mkdocs.yml (#451) 2024-02-19 21:33:49 -05:00
Ethan Leifer 23897685f5 doc: move provider examples to hub (#449)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
Co-authored-by: Jason Liu <jason@jxnl.co>
2024-02-19 21:32:43 -05:00
Jason Liu 62919b2cf2 docs: update code snippets and text across multiple documentation files (#450) 2024-02-19 21:02:00 -05:00
Francisco Ingham 66a8285421 doc: image extraction (#346)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-02-18 11:36:43 -05:00
Jason Liu 06d6faafa1 bump 2024-02-17 21:24:18 -05:00
Jason Liu f59fed3ff3 docs: update docs and readme 2024-02-17 21:20:30 -05:00
Jason Liu 4eedd5e968 feat(Instructor): introduce Instructor Hub with tutorials, examples, and new CLI (#439) 2024-02-17 21:04:35 -05:00
shiftbug 784a870503 Update ollama.md (#438)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-02-16 14:03:11 -05:00
Jason Liu 2143805508 feat(instructor/patch.py): change default mode from FUNCTIONS to TOOLS (#436) 2024-02-16 11:50:34 -05:00
Jason Liu 4f8f2c0d76 doc(blog): update wandb course 2024-02-14 21:01:27 -05:00
Jason Liu fdc1fc2bb9 doc(patching): update patching docs 2024-02-13 18:02:27 -05:00
Jason Liu 504c15374e chore: remove duplicated link 2024-02-12 19:29:37 -05:00
Jason Liu a4f36bece1 chore: fix links and add wandb course 2024-02-12 19:29:17 -05:00
Jason Liu acc4d68749 chore(blog): add provider links 2024-02-12 19:27:05 -05:00
Jason Liu 2683d5a553 chore: update profile image 2024-02-12 19:25:27 -05:00
Jason Liu 1ddb147fc5 feat(blog): Add new post on llama-cpp-python and instructor library usage (#434) 2024-02-12 17:02:35 -05:00
Jason Liu 943a253de1 bump 2024-02-12 11:49:34 -05:00
Jason Liu 2a215cd6d8 fix(validation): increase max_retries from 1 to 2 (#433) 2024-02-12 09:51:42 -05:00
Jason Liu 56e69d4378 docs(patching): introduce new patching methods and modes, update documentation (#431) 2024-02-12 09:43:41 -05:00
Ryan Halliday adf7c5f41e docs: small formatting fixes (#427) 2024-02-11 21:08:03 -05:00
Jason Liu 3a02cc6b6a docs(documentation): update reference link, add new file, modify mkdocs.yml (#424) 2024-02-09 18:48:11 -05:00
Ashank Tomar 805161b70f feat(Instructor): integrate with SQLModel, provide documentation and example (#418)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-02-08 20:07:06 -05:00
Jason Liu 780e7a6fac update url 2024-02-08 16:43:44 -05:00
Jason Liu 727deeb158 add ollama 2024-02-08 16:33:12 -05:00
Jason Liu ff5e547ffd update everything 2024-02-06 17:27:52 -05:00