Commit Graph

11 Commits

Author SHA1 Message Date
Shreya Shankar 0110071cd5
fix: add code ops and extract to python api (#463) 2025-11-24 14:18:59 -06:00
Shreya Shankar a184a3c1e9
fix: add code ops and extract to python api (#462)
* fix: add code ops and extract to python api

* fix: add code ops and extract to python api
2025-11-24 14:10:07 -06:00
Shreya Shankar 75822dbee9 fix: make docs work 2024-10-20 20:06:48 -07:00
Shreya Shankar f7767a6a4f docs: add sample and cluster to docs 2024-10-17 20:28:11 -07:00
Shreya Shankar 70604cb08b
Merge staging to main (after adding cluster operator) (#88)
* Parsers can now return any number of fields, and can access the whole item

* nit: change gpt-4o to gpt-4o-mini in tests

* feat: add verbose parameter for gleaning

* feat: add verbose parameter for gleaning

* fix: tokenizers should be wrapped in try catch

* fix: resort to eval if ast eval does not work

* docs: update docs to reflect new custom parsing API

Co-authored-by: redhog <redhog@users.noreply.github.com>

* Clustering (#84)

* nit: change gpt-4o to gpt-4o-mini in tests

* feat: add verbose parameter for gleaning

* feat: add verbose parameter for gleaning

* fix: tokenizers should be wrapped in try catch

* fix: resort to eval if ast eval does not work

* Merge staging to main (after parsers refactor) (#82)

* Parsers can now return any number of fields, and can access the whole item

* nit: change gpt-4o to gpt-4o-mini in tests

* feat: add verbose parameter for gleaning

* feat: add verbose parameter for gleaning

* fix: tokenizers should be wrapped in try catch

* fix: resort to eval if ast eval does not work

* docs: update docs to reflect new custom parsing API

---------

Co-authored-by: Egil <egil.moller@freecode.no>

* Added new clustering operation

* Reverse path

* Added docs for cluster operator

* Bugfix for docs formatting

* docs: add sample parameter (#87)

* Added new clustering operation

* Reverse path

* Added docs for cluster operator

* Bugfix for docs formatting

* add tests and link to doc

---------

Co-authored-by: Shreya Shankar <ss.shankar505@gmail.com>
Co-authored-by: Egil <egil.moller@freecode.no>

* fix: fixing params in test

---------

Co-authored-by: Egil <egil.moller@freecode.no>
Co-authored-by: redhog <redhog@users.noreply.github.com>
Co-authored-by: Egil Möller <redhog@redhog.org>
2024-10-08 23:51:02 -07:00
Shreya Shankar 9846f01324 docs: update documentation for custom parsers 2024-09-30 22:14:39 -07:00
Shreya Shankar e8e54cb87f fix docs: change paths to python api 2024-09-30 16:17:25 -07:00
Shreya Shankar 4a07d6214e feat: add python api 2024-09-21 22:30:30 -07:00
Shreya Shankar b31d6bfda9 Add ability to save intermediates 2024-09-14 14:39:26 -07:00
Shreya Shankar 17e069e846 Update docs 2024-09-14 11:07:09 -07:00
Shreya Shankar 9db82e9421 Add mkdocs 2024-09-12 18:29:39 -07:00