Matt Robinson
075bf0bdba
fix test that requires api key
2023-06-15 14:34:57 -04:00
Yuming Long
b354e8eec6
Chore: Allow passing kwargs to request data field ( #716 )
...
* bump again :(
* update to kwarg
* add test case
* rename to request_kwargs
* remove install detectron2
* pip compile
* add changelog for remove detectron2 install
* resolve weaviate import issue on python 3.9
2023-06-12 12:39:58 -04:00
Matt Robinson
aa4d4329db
fix: partition_via_api
reflects actual filetype in metadata ( #696 )
...
* fix: `partition_via_api` reflects actual filetype in metadata
* added in list length check
* changelog typo
2023-06-08 13:24:16 +00:00
Matt Robinson
52e5a5ca8d
fix: raise ValueError
in partition_via_api
if filename not present ( #663 )
...
* raise value error if filename not specified for api
* version and changelog
2023-05-31 18:09:58 +00:00
Matt Robinson
7e43a25f07
feat: add partition_multiple_via_api
function ( #539 )
...
* added function for multiple files via api
* make multiple work with files
* updated docs strings
* changelog and version
* docs and contextlib for open files
* tests for partition multiple
* add tests for error conditions
* add output example
2023-05-03 15:06:06 -04:00
Matt Robinson
4156cb12e0
feat: partition_via_api
helper function ( #518 )
...
* added function for partitioning via api
* added tests for api function
* changelog and version
* add docs for partition_via_api
2023-04-26 09:05:35 -04:00