Commit Graph

55 Commits

Author SHA1 Message Date
Jason Liu 584108bf8c feat: update version 0.6.1 2024-02-19 22:29:55 -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
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
Jason Liu 4eedd5e968 feat(Instructor): introduce Instructor Hub with tutorials, examples, and new CLI (#439) 2024-02-17 21:04:35 -05:00
Ryan Halliday 2cabb7636a docs: Sync requirements-doc.txt with Poetry dev group till mkdocs works (#428)
Co-authored-by: Jason Liu <jason@jxnl.co>
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2024-02-12 09:29:51 -05:00
Jason Liu ca14042225 bump version 2024-02-07 09:47:45 -05:00
Jason Liu f9389c18d3 fix: Adding tests to make sure non-stream iterables work (#413) 2024-02-07 09:46:56 -05:00
Jason Liu dcb84b1301 Test all of our documentation. (#404)
Co-authored-by: grit-app[bot] <grit-app[bot]@users.noreply.github.com>
2024-02-05 16:42:57 -05:00
Jason Liu 91dc19d689 Attempt to implement new retries (#386) 2024-02-01 16:37:05 -05:00
Jason Liu d1620bceee bump 2024-01-31 23:14:21 -05:00
Jason Liu c0bdc621f3 bump python 2024-01-31 23:14:10 -05:00
Jason Liu bd837bb809 Update pyproject.toml 2024-01-23 12:31:06 -05:00
Jason Liu 128c9a07c0 bump version 2024-01-13 22:59:25 -05:00
Jason Liu eb6d1c423b bump 2024-01-05 15:15:42 -05:00
Jason Liu 7a6ce1e748 bump 2023-12-19 18:50:29 -05:00
Jason Liu 56febc47a0 bump version 2023-12-15 11:10:40 -05:00
Hongnan Gao 94e32968db Integrate and Enhance Type Checking with Mypy (#264)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2023-12-12 15:09:59 -05:00
Jason Liu dc786a9ce7 Add logging.error for Retry logic (#259) 2023-12-08 01:01:43 -05:00
Jason Liu ff7c0616f1 bump version 2023-12-06 12:34:24 -05:00
Ivan Leo 9f6b9288e2 Fixed up missing dependencies and updated README.md (#232) 2023-11-27 09:49:42 -05:00
Anmol Jawandha 66f2f6320a Support Streaming MultiTask with response_model (#221) 2023-11-26 18:21:17 -05:00
Jason Liu a8e1e66900 bump version 2023-11-22 21:49:40 -05:00
Jason Liu 2d06f5a46b Add coveralls (#203) 2023-11-19 21:36:04 -05:00
Jason Liu 6a91c1ce8c bump version 2023-11-14 19:07:35 -05:00
Isaac Poulton 4de58fd157 Fix async usage (#167)
Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
Co-authored-by: Jason Liu <jason@jxnl.co>
2023-11-14 18:57:06 -05:00
Jason Liu 5e320650d5 bump version 2023-11-13 18:49:55 -05:00
Jason Liu 3391e1869e bump version 2023-11-13 11:39:36 -05:00
Jason Liu 3d2035bb30 Fix apatch (#165) 2023-11-11 16:24:54 -05:00
Jason Liu 877f57a2ba hotfix 2023-11-09 09:22:47 -05:00
Jason Liu 87e9a9bad3 bump version 2023-11-08 15:01:57 -05:00
grit-app[bot] 5acb0b79ef Migration to OpenAI 1.1.0 (#152) 2023-11-08 14:45:36 -05:00
Jason Liu 1d0cd798e9 bump version 2023-11-06 17:02:46 -05:00
Jason Liu 9fe3c83eca Implementing the Distillation Decorator prototype (#118) 2023-10-15 14:54:55 -04:00
Jason f990312464 update 2023-09-19 11:13:26 -04:00
Jason Liu 824a7b5390 Maybe helper to dynamically create a class with errors on extraction (#95)
* implement maybe

* dump
2023-09-07 13:49:33 -04:00
Jason Liu 63d2981d7a Upgrade typer (#90)
* upgrade typer

* lock

* bump version
2023-09-01 11:00:41 -05:00
Alexander Dicke 6d0a1a06a0 Docstring parsing (#83)
* adds description for params

* add test for missing param description

* adds docstring parsing to OpenAISchema

* docs

* fix tests, highlighting

---------

Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2023-08-23 23:58:10 -07:00
Jason Liu 64e7f51601 Implement CLI for finetuning (#85)
* add cli

* remove hint

* fix

* updat docs

* lock
2023-08-23 23:53:22 -07:00
Jason Liu 964c17ca1a Revert "Docstring parsing using docstring-parser (#76)" (#81)
This reverts commit 76ac9b4d12.
2023-08-19 23:50:06 -07:00
Alexander Dicke 76ac9b4d12 Docstring parsing using docstring-parser (#76)
* adds description for params

* add test for missing param description

* adds docstring parsing to OpenAISchema

* docs

---------

Co-authored-by: Jason Liu <jxnl@users.noreply.github.com>
2023-08-19 23:40:59 -07:00
Jason dd81bf60e9 last clean up before pypi 2023-08-16 21:12:41 -07:00
Jason Liu a7a07772b9 Rename to Instructor (#79) 2023-08-16 21:11:06 -07:00
Jason Liu 944366847f Support patching openai (#78)
* update docs

* add patch

* bump version
2023-08-16 10:25:29 -07:00
Jason 0cb80886fa bump 2023-07-31 23:46:11 +08:00
Jason 63ecc2f8f4 bump version 2023-07-23 00:06:43 +08:00
Jason Liu b5959bdbc9 Upgrade to pydanticv2 (#63)
* Upgrade to Pydantic 2 #15

* update examples to use pydantic2

---------

Co-authored-by: Mike Harris <mharris717@gmail.com>
2023-07-17 21:00:47 +08:00
Jason Liu 5d7b1a4ee0 Better default descriptions (#62)
* better desc

* add better dsc test
2023-07-17 17:13:46 +08:00
Jason 21405a7534 bump version 2023-07-09 13:22:54 +08:00
Jason 4fc6d71277 update 2023-07-08 21:43:49 +08:00