Commit Graph

43 Commits

Author SHA1 Message Date
Shreya Shankar 54faaed230 fix: add code ops and extract to python api 2025-11-24 14:18:25 -06:00
Shreya Shankar c3ef5684d5
Add fallback models documentation to user guide (#454)
* Add fallback models documentation and configuration

Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>

* Refactor: Remove operation-specific models from fallback docs

Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>

* Docs: Add content warning errors to fallback model triggers

Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>

* Remove outdated best practices from fallback models documentation

Co-authored-by: ss.shankar505 <ss.shankar505@gmail.com>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-11-14 13:32:31 -08:00
Shreya Shankar 4cfd371744
feat: add topk implementation (#410) 2025-08-13 13:27:54 -07:00
Shreya Shankar 8a7b4e1566
feat: add extract operator (#361)
* feat: add extract operator

* feat: add extract operator

* feat: add extract operator

* feat: add extract operator
2025-05-13 17:43:46 -07:00
Shreya Shankar c960d6fcc0
feat: add rank operation (#340)
* feat: add order by operator

* adding a bunch of order functions

* refactor: move around tests for rank operator

* add anthropic hh test for rank

* refactor: move around tests for rank operator

* refactor: move around tests for rank operator
2025-04-21 13:48:41 -07:00
Shreya Shankar 1c4e181201
docs: add python api quickstart (#337)
* docs: add python api quickstart

* docs: add python api quickstart
2025-04-19 09:49:50 -07:00
Shreya Shankar e7fd306d99
Add python docs (#334) 2025-04-17 12:23:24 -07:00
Shreya Shankar f4abe55191
feat: support pdf upload and add tutorial (#309) 2025-02-09 21:19:17 -08:00
Shreya Shankar 2a259a0d93
feat: add pandas df accessor (#287)
* feat: add pandas df accessor

* feat: add pandas df accessor

* feat: add pandas df accessor
2025-01-24 16:54:49 -08:00
Shreya Shankar 284b01cef7 add documentation and move definitions to the pyproject toml 2024-10-31 17:30:43 -07:00
Shreya Shankar 5b06f9622c docs: update playground 2024-10-29 09:44:59 -07:00
Shreya Shankar 78be901ffe docs: add documentation for UI 2024-10-27 21:46:03 -07:00
Shreya Shankar 99c9b876f0 docs: add documentation for UI 2024-10-27 21:41:05 -07:00
Shreya Shankar aab2afb96d fix: simplify formula for equation 2024-10-27 19:08:08 -07:00
Shreya Shankar 38a073ff75 refactor: combine sampling and outlier operators 2024-10-12 17:51:27 -04: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 a7e9a41c5f docs: adding documentation
Co-authored-by: redhog <redhog@users.noreply.github.com>
2024-10-07 09:51:25 -07:00
Shreya Shankar 34148bb27c docs: add documentation for using split gather pipeline 2024-10-03 14:04:50 -07:00
Shreya Shankar 2b98e9c7ed docs: improve clarity and example 2024-10-01 10:50:08 -07:00
Shreya Shankar efe78f55bf docs: update documentation for custom parsers 2024-09-30 21:25:56 -07:00
Shreya Shankar c1904b2204 docs: add ollama usage to documentation 2024-09-29 15:57:43 -07:00
Shreya Shankar 3fed847138 Remove unnecessary name parameter from parallel map operation. 2024-09-27 13:25:10 -07:00
Shreya Shankar b981893d84 Add to docs 2024-09-21 22:38:02 -07:00
Shreya Shankar 4a07d6214e feat: add python api 2024-09-21 22:30:30 -07:00
Shreya Shankar 7c3b3a5702 Update color scheme 2024-09-20 17:49:51 -07:00
Shreya Shankar f6d40af4a1 Fix split syntax 2024-09-19 12:31:31 -07:00
Shreya Shankar 9ad7ab3a14 Update docs 2024-09-18 16:30:13 -07:00
Shreya Shankar 0c8505c3ee Update docs 2024-09-15 15:28:42 -07:00
Shreya Shankar c291b96b5d Update docs 2024-09-15 15:00:59 -07:00
Shreya Shankar 7fcd308eac Adding steam reviews 2024-09-15 14:18:09 -07:00
Shreya Shankar 6ae7247e1e Adding an example 2024-09-15 00:22:17 -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 9e5dd2bd26 Update docs 2024-09-13 18:14:14 -07:00
Shreya Shankar b6094a36f1 Change docs yml 2024-09-13 11:50:32 -07:00
Shreya Shankar f42c3899c4 Add strict to mkdocs 2024-09-13 11:29:33 -07:00
Shreya Shankar c4ce9147ac Update CI 2024-09-13 11:17:08 -07:00
Shreya Shankar 9b589494f1 Update all paths in docs 2024-09-13 11:08:57 -07:00
Shreya Shankar 036b5f4bcb Update config 2024-09-13 10:48:52 -07:00
Shreya Shankar 0050fc8f5f Update config 2024-09-13 10:39:19 -07:00
Shreya Shankar 7cb1b3f444 Add pointer to website 2024-09-13 10:33:03 -07:00
Shreya Shankar 8709c338da Improve docs 2024-09-12 22:52:54 -07:00
Shreya Shankar 9db82e9421 Add mkdocs 2024-09-12 18:29:39 -07:00