I don't know why I need to open another PR :)#1366
Closed
hsm207 wants to merge 314 commits intodocarray:mainfrom
Closed
I don't know why I need to open another PR :)#1366hsm207 wants to merge 314 commits intodocarray:mainfrom
hsm207 wants to merge 314 commits intodocarray:mainfrom
Conversation
* test: add failing test for fastapi Signed-off-by: Sami Jaghouar <[email protected]> * refactor: renamed to json compatible and put it at abstract class level Signed-off-by: Sami Jaghouar <[email protected]> * refactor: use fixture in tests to json Signed-off-by: Sami Jaghouar <[email protected]> * fix(tests): uses orjson response Signed-off-by: Sami Jaghouar <[email protected]> * refactor: rename orjson dump Signed-off-by: Sami Jaghouar <[email protected]> * feat: add document response Signed-off-by: Sami Jaghouar <[email protected]> * refactor: better test Signed-off-by: Sami Jaghouar <[email protected]> * fix: starlette not needed Signed-off-by: Sami Jaghouar <[email protected]> * fix: better fastapi support Signed-off-by: Sami Jaghouar <[email protected]> * fix: tests fastapi Signed-off-by: Sami Jaghouar <[email protected]> * fix: apply black Signed-off-by: Sami Jaghouar <[email protected]> * refactor: rename docarray to json comaptible Signed-off-by: Sami Jaghouar <[email protected]> * refactor: expose a document response Signed-off-by: Sami Jaghouar <[email protected]> * refactor: update dependency Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix import wo fast api Signed-off-by: Sami Jaghouar <[email protected]> * merge: merge dev branch Signed-off-by: Sami Jaghouar <[email protected]> * fix: update docstring Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
Signed-off-by: Johannes Messner <[email protected]> Signed-off-by: Johannes Messner <[email protected]>
* refactor: better management of stack mod Signed-off-by: Sami Jaghouar <[email protected]> * fix: mypy Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
* fix: some hacky stuff that i don't understand Signed-off-by: Johannes Messner <[email protected]> * fix: subclass check for parametrized tensors Signed-off-by: Johannes Messner <[email protected]> * fix: add instance check Signed-off-by: Johannes Messner <[email protected]> * fix: ndarray metaclass and instance check Signed-off-by: Johannes Messner <[email protected]> * test: add tests Signed-off-by: Johannes Messner <[email protected]> * refactor: remove comment Signed-off-by: Johannes Messner <[email protected]> * fix: handle mypy Signed-off-by: Johannes Messner <[email protected]> Signed-off-by: Johannes Messner <[email protected]> Signed-off-by: Johannes Messner <[email protected]>
* refactor: better column creation Signed-off-by: Sami Jaghouar <[email protected]> * refactor: better column creation fix tests Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix mypy Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix mypy Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix import Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix import Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
* refactor: rename __docarray_meth__ to _docarray_meth Signed-off-by: Sami Jaghouar <[email protected]> * refactor: rename __docarray_meth__ to _docarray_meth Signed-off-by: Sami Jaghouar <[email protected]> * refactor: rename as johannes suggested Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
) * test: add torch tensor tests Signed-off-by: Jackmin801 <[email protected]> * feat: implement for torch tensor Signed-off-by: Jackmin801 <[email protected]> * test: add numpy array tests Signed-off-by: Jackmin801 <[email protected]> * feat: implement for numpy array Signed-off-by: Jackmin801 <[email protected]> * test: add uncovered edge case Signed-off-by: Jackmin801 <[email protected]> * fix: fix uncovered edge case Signed-off-by: Jackmin801 <[email protected]> * docs: showcase variable dimension usage Signed-off-by: Jackmin801 <[email protected]> * fix: small typo Signed-off-by: Jackmin801 <[email protected]> * docs: add variable dim example to docstrings Signed-off-by: Jackmin801 <[email protected]> * refactor: single quote string normalization Signed-off-by: Jackmin801 <[email protected]> * refactor: consolidated validate shape in abstract tensor Signed-off-by: Jackmin801 <[email protected]> * fix: fix mypy being upset about reshape Signed-off-by: Jackmin801 <[email protected]> * refactor: add TAbstractTensor to computational backends Signed-off-by: Jackmin801 <[email protected]> * refactor: use computational backends in validate shape Signed-off-by: Jackmin801 <[email protected]> * refactor: remove redundant code Signed-off-by: Jackmin801 <[email protected]> * fix: fixed missed rename from merge Signed-off-by: Jackmin801 <[email protected]> Signed-off-by: Jackmin801 <[email protected]>
Signed-off-by: samsja <[email protected]> Signed-off-by: samsja <[email protected]>
* chore: update readme for release Signed-off-by: Sami Jaghouar <[email protected]> * feat: apply charllote suggestion Co-authored-by: Charlotte Gerhaher <[email protected]> Signed-off-by: samsja <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: samsja <[email protected]> Co-authored-by: Charlotte Gerhaher <[email protected]>
* docs: add tutorials notebook as md Signed-off-by: Sami Jaghouar <[email protected]> * chore: update readme Signed-off-by: Sami Jaghouar <[email protected]> * docs: aply j suggestion Signed-off-by: Sami Jaghouar <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * Update docs/tutorials/mutlimodal_training_and_serving.md Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * chore: add from pytorch to the readme Signed-off-by: Sami Jaghouar <[email protected]> * chore: fix type gint readme Signed-off-by: Sami Jaghouar <[email protected]> * feat: update notebook Signed-off-by: Sami Jaghouar <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johanes suggestion Signed-off-by: Sami Jaghouar <[email protected]> * docs: add more text to the notebook Signed-off-by: Johannes Messner <[email protected]> * docs: update notebook Signed-off-by: Sami Jaghouar <[email protected]> * chore: update readme with shape Signed-off-by: Sami Jaghouar <[email protected]> * docs: fix title tuto Signed-off-by: Sami Jaghouar <[email protected]> * chore: reamde fix shape stuff Signed-off-by: Sami Jaghouar <[email protected]> * chore: fix python block Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: samsja <[email protected]> Signed-off-by: Johannes Messner <[email protected]> Co-authored-by: Johannes Messner <[email protected]> Co-authored-by: Johannes Messner <[email protected]>
* feat: add video url and tensors to proto Signed-off-by: anna-charlotte <[email protected]> * feat: add video url and video ndarray Signed-off-by: anna-charlotte <[email protected]> * feat: add video torch tensor and tests Signed-off-by: anna-charlotte <[email protected]> * fix: mypy checks Signed-off-by: anna-charlotte <[email protected]> * chore: add av to video extra Signed-off-by: anna-charlotte <[email protected]> * fix: allow dim 3 Signed-off-by: anna-charlotte <[email protected]> * test: wip video load and save Signed-off-by: anna-charlotte <[email protected]> * refactor: move to numpy to computational backend Signed-off-by: anna-charlotte <[email protected]> * fix: video load and save Signed-off-by: anna-charlotte <[email protected]> * test: adjust tests Signed-off-by: anna-charlotte <[email protected]> * fix: video load and save and add docstrings Signed-off-by: anna-charlotte <[email protected]> * fix: fix some imports after merging Signed-off-by: anna-charlotte <[email protected]> * docs: add doc strings and fix example urls Signed-off-by: anna-charlotte <[email protected]> * docs: small fixes in docs Signed-off-by: anna-charlotte <[email protected]> * refactor: rename save to mp4 file to save Signed-off-by: anna-charlotte <[email protected]> * feat: add shape method to comp backend Signed-off-by: anna-charlotte <[email protected]> * refactor: move validate shape to video tensor mixin Signed-off-by: anna-charlotte <[email protected]> * refactor: extract private load and make separate methods for frames Signed-off-by: anna-charlotte <[email protected]> * fix: use torch shape instead of size method Signed-off-by: anna-charlotte <[email protected]> * fix: add typehint to shape in comp backend Signed-off-by: anna-charlotte <[email protected]> * docs: add supported strings for skip type Signed-off-by: anna-charlotte <[email protected]> * fix: apply suggestions from code review Signed-off-by: anna-charlotte <[email protected]> * fix: small change to trigger ci again Signed-off-by: anna-charlotte <[email protected]> * fix: extract shape var Signed-off-by: anna-charlotte <[email protected]> * fix: introduce compbackendinterface Signed-off-by: anna-charlotte <[email protected]> * fix: revert previous pr and fix for mypy Signed-off-by: anna-charlotte <[email protected]> Signed-off-by: anna-charlotte <[email protected]>
* test: add test Signed-off-by: Sami Jaghouar <[email protected]> * fix: pass dtype to empty init Signed-off-by: Sami Jaghouar <[email protected]> * fix: add np Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix np Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix np Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
* fix: interoperability between different torch subtypes Signed-off-by: Johannes Messner <[email protected]> * test: add tests Signed-off-by: Johannes Messner <[email protected]> * test: remove faulty test Signed-off-by: Johannes Messner <[email protected]> Signed-off-by: Johannes Messner <[email protected]>
* refactor: get_comp_backend return a obj not a class Signed-off-by: Sami Jaghouar <[email protected]> * wip Signed-off-by: Sami Jaghouar <[email protected]> * wip Signed-off-by: Sami Jaghouar <[email protected]> * refactor: no need for decorator Signed-off-by: Sami Jaghouar <[email protected]> * fix: remove comment Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: Sami Jaghouar <[email protected]>
Signed-off-by: anna-charlotte <[email protected]> Signed-off-by: anna-charlotte <[email protected]>
* refactor: return namedtuple in video url load Signed-off-by: anna-charlotte <[email protected]> * feat: return namd tuple for mesh url load, ndarray for pc Signed-off-by: anna-charlotte <[email protected]> * fix: Missed ndarray refactor in pc Signed-off-by: anna-charlotte <[email protected]> * test: remove missed line Signed-off-by: anna-charlotte <[email protected]> * fix: apply suggestions from code review Signed-off-by: anna-charlotte <[email protected]> * fix: apply samis suggestion from code review Signed-off-by: anna-charlotte <[email protected]> Signed-off-by: anna-charlotte <[email protected]>
* wip Signed-off-by: Sami Jaghouar <[email protected]> * wip2 Signed-off-by: Sami Jaghouar <[email protected]> * wip2 Signed-off-by: Sami Jaghouar <[email protected]> * wip3 Signed-off-by: Sami Jaghouar <[email protected]> * wip4 Signed-off-by: Sami Jaghouar <[email protected]> * wip5 Signed-off-by: Sami Jaghouar <[email protected]> * wip5 Signed-off-by: Sami Jaghouar <[email protected]> * refactor: use register proto decorator Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix test Signed-off-by: Sami Jaghouar <[email protected]> * fix: ruff and black f Signed-off-by: Sami Jaghouar <[email protected]> * fix: fix tests * docs: update docstring * feat: make key in proto unique and raise error if duplication * refactor: make register function private * feat: apply charlotte suggestion Co-authored-by: Charlotte Gerhaher <[email protected]> Signed-off-by: samsja <[email protected]> * fix: remove useless test Signed-off-by: Sami Jaghouar <[email protected]> Signed-off-by: samsja <[email protected]> Co-authored-by: Charlotte Gerhaher <[email protected]>
* fix: fix csv string parsing and memory leak in dataset Signed-off-by: Jackmin801 <[email protected]> * fix: set reasonable max length for tokenizer The maximum token length of captions in flickr8k is 43. Padding up to 512 wastes a lot of VRAM which could be used to increase the batch size for more stable training. Signed-off-by: Jackmin801 <[email protected]> * docs: add pandas import Co-authored-by: Sami Jaghouar <[email protected]> Signed-off-by: Jackmin801 <[email protected]> Signed-off-by: Jackmin801 <[email protected]> Co-authored-by: Sami Jaghouar <[email protected]>
* feat: add default value to docs in da init Signed-off-by: samsja <[email protected]> * feat: add test Signed-off-by: samsja <[email protected]> Signed-off-by: samsja <[email protected]>
docarray#1026) * test: add tensor ops tests Signed-off-by: Jackmin801 <[email protected]> * feat: instances of parametrized types are not parametrized anymore Signed-off-by: Jackmin801 <[email protected]> * test: fix test that have been changed by this feature Signed-off-by: Jackmin801 <[email protected]> * refactor: change class name and add comments Signed-off-by: Jackmin801 <[email protected]> * test: add tests to make sure isinstance does not do coercion Signed-off-by: Jackmin801 <[email protected]> * fix: parametrized isinstance check should not perform coercion Signed-off-by: Jackmin801 <[email protected]> * test: add more tests to parametrized class name tests Signed-off-by: Jackmin801 <[email protected]> * style: small black fix Signed-off-by: Jackmin801 <[email protected]> Signed-off-by: Jackmin801 <[email protected]>
* feat: add rich display for doc and da Signed-off-by: anna-charlotte <[email protected]> * fix: wip plot Signed-off-by: anna-charlotte <[email protected]> * fix: wip plot Signed-off-by: anna-charlotte <[email protected]> * fix: wip plot Signed-off-by: anna-charlotte <[email protected]> * feat: add math package and minmax normalize Signed-off-by: anna-charlotte <[email protected]> * fix: summary for document Signed-off-by: anna-charlotte <[email protected]> * chore: update poetry lock after rebase Signed-off-by: anna-charlotte <[email protected]> * fix: move all from plotmixin to base document Signed-off-by: anna-charlotte <[email protected]> * feat: add docs schema summary Signed-off-by: anna-charlotte <[email protected]> * feat: add document array summary Signed-off-by: anna-charlotte <[email protected]> * fix: display doc within doc Signed-off-by: anna-charlotte <[email protected]> * fix: in notebook print docs summary Signed-off-by: anna-charlotte <[email protected]> * fix: move summary from da to abstract da Signed-off-by: anna-charlotte <[email protected]> * fix: get schema for doc Signed-off-by: anna-charlotte <[email protected]> * fix: wip doc summary Signed-off-by: anna-charlotte <[email protected]> * fix: wip clean up Signed-off-by: anna-charlotte <[email protected]> * test: add test for da pretty print Signed-off-by: anna-charlotte <[email protected]> * docs: update note Signed-off-by: anna-charlotte <[email protected]> * docs: add some documentation Signed-off-by: anna-charlotte <[email protected]> * fix: apply samis suggestion Signed-off-by: anna-charlotte <[email protected]> * fix: mypy checks Signed-off-by: anna-charlotte <[email protected]> * fix: move to plot mixin Signed-off-by: anna-charlotte <[email protected]> * fix: remove redundant line Signed-off-by: anna-charlotte <[email protected]> * fix: remove comments Signed-off-by: anna-charlotte <[email protected]> * feat: add schema highlighter Signed-off-by: anna-charlotte <[email protected]> * fix: add plotmixin to mixin init Signed-off-by: anna-charlotte <[email protected]> * fix: adjust da summary Signed-off-by: anna-charlotte <[email protected]> * fix: move minmaxnormalize to comp backend Signed-off-by: anna-charlotte <[email protected]> * fix: remove redundant lines Signed-off-by: anna-charlotte <[email protected]> * fix: add squeeze and detach to comp backend Signed-off-by: anna-charlotte <[email protected]> * fix: apply suggestion from code review Signed-off-by: anna-charlotte <[email protected]> * refactor: rename iterable attrs Signed-off-by: anna-charlotte <[email protected]> * fix: clean up Signed-off-by: anna-charlotte <[email protected]> * fix: import Signed-off-by: anna-charlotte <[email protected]> * fix: iterate over fields instead of annotations Signed-off-by: anna-charlotte <[email protected]> * fix: remove math package since moved to comp backends Signed-off-by: anna-charlotte <[email protected]> * refactor: use single quotes Signed-off-by: anna-charlotte <[email protected]> * fix: apply suggestions from code review Signed-off-by: anna-charlotte <[email protected]> * fix: extract summary to doc summary class Signed-off-by: anna-charlotte <[email protected]> * fix: add pretty print for base document Signed-off-by: anna-charlotte <[email protected]> * fix: use rich capture instead of string io Signed-off-by: anna-charlotte <[email protected]> * fix: add colors for optional and union and use only single quotes Signed-off-by: anna-charlotte <[email protected]> * fix: extract display classes to display package Signed-off-by: anna-charlotte <[email protected]> * fix: make da not optional in da summary Signed-off-by: anna-charlotte <[email protected]> * fix: set _console instead of initializing new one everytime in __str__ Signed-off-by: anna-charlotte <[email protected]> * fix: put console at module level Signed-off-by: anna-charlotte <[email protected]> Signed-off-by: anna-charlotte <[email protected]>
* feat: add python 3.7 support Signed-off-by: samsja <[email protected]> * feat: remove get args Signed-off-by: samsja <[email protected]> * fix: fix Signed-off-by: samsja <[email protected]> * fix: fix Signed-off-by: samsja <[email protected]> * chore(ci): bump ci Signed-off-by: samsja <[email protected]> Signed-off-by: samsja <[email protected]>
* feat: add columns information for stacked array to display Signed-off-by: anna-charlotte <[email protected]> * feat: add isnan and dtype to comp backends Signed-off-by: anna-charlotte <[email protected]> * fix: check for nested stacked fields in summary Signed-off-by: anna-charlotte <[email protected]> * feat: add device to comp backends Signed-off-by: anna-charlotte <[email protected]> * fix: mypy Signed-off-by: anna-charlotte <[email protected]> * fix: clean up Signed-off-by: anna-charlotte <[email protected]> * test: add tests to comp backend Signed-off-by: anna-charlotte <[email protected]> * fix: apply suggestion from code review Signed-off-by: anna-charlotte <[email protected]> Signed-off-by: anna-charlotte <[email protected]>
…carray#1058) * feat: add validate on Text document Signed-off-by: samsja <[email protected]> * fix: complete test Signed-off-by: samsja <[email protected]> * feat: add image shortcut Signed-off-by: samsja <[email protected]> * feat: add video Signed-off-by: samsja <[email protected]> * docs: we to u Signed-off-by: samsja <[email protected]> * feat: add mesh Signed-off-by: samsja <[email protected]> * feat: add audio Signed-off-by: samsja <[email protected]> Signed-off-by: samsja <[email protected]>
* fix: build docs on feat rewrite branch Signed-off-by: samsja <[email protected]> * fix: fix target Signed-off-by: samsja <[email protected]> * fix: fix target Signed-off-by: samsja <[email protected]> Signed-off-by: samsja <[email protected]>
Signed-off-by: Joan Fontanals Martinez <[email protected]>
* test: test isinstance and issubclass for typed das Signed-off-by: Jackmin801 <[email protected]> * fix: have a class level cache of typed das so they arent different Signed-off-by: Jackmin801 <[email protected]> * fix: small type fix Signed-off-by: Jackmin801 <[email protected]> * fix: subclasses of AnyDocumentArray need their own cache Signed-off-by: Jackmin801 <[email protected]> --------- Signed-off-by: Jackmin801 <[email protected]>
* chore: useless commit Signed-off-by: samsja <[email protected]> * chore: fix docs building Signed-off-by: samsja <[email protected]> * chore: fix docs build Signed-off-by: samsja <[email protected]> * fix: add build docs on branch Signed-off-by: samsja <[email protected]> * fix: no checkout in docs Signed-off-by: samsja <[email protected]> * fix: no checkout in docs Signed-off-by: samsja <[email protected]> * fix: split ci job for pr and branch push Signed-off-by: samsja <[email protected]> * fix: split ci job for pr and branch push Signed-off-by: samsja <[email protected]> * fix: split ci job for pr and branch push Signed-off-by: samsja <[email protected]> * fix: split ci job for pr and branch push Signed-off-by: samsja <[email protected]> * fix: update redame Signed-off-by: samsja <[email protected]> --------- Signed-off-by: samsja <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
add auth support for: * API key authentication * OIDC Resource Owner Password Flow Signed-off-by: hsm207 <[email protected]>
* fix: return video bytes in video tensors to bytes method Signed-off-by: anna-charlotte <[email protected]> * fix: return audio bytes Signed-off-by: anna-charlotte <[email protected]> * fix: return image bytes Signed-off-by: anna-charlotte <[email protected]> * fix: audio bytes import Signed-off-by: anna-charlotte <[email protected]> * fix: circular import Signed-off-by: anna-charlotte <[email protected]> --------- Signed-off-by: anna-charlotte <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
…array into feat-rewrite-weaviate
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
…1345) * docs: add tf and torch tensors to api references section Signed-off-by: anna-charlotte <[email protected]> * docs: fix code snippet formatting in docstrings Signed-off-by: anna-charlotte <[email protected]> * docs: fix small stuff in docstrings Signed-off-by: anna-charlotte <[email protected]> * docs: clean up utils section Signed-off-by: anna-charlotte <[email protected]> * fix: duplicate docs var name Signed-off-by: anna-charlotte <[email protected]> * docs: add some links Signed-off-by: anna-charlotte <[email protected]> * fix: test Signed-off-by: anna-charlotte <[email protected]> * fix: tf tensor tests docstring Signed-off-by: anna-charlotte <[email protected]> * test: add wrong lines to test if detected in ci Signed-off-by: anna-charlotte <[email protected]> * fix: add tf and torch to __all__ to include in docs testing Signed-off-by: anna-charlotte <[email protected]> * fix: tests docstrings torch tf Signed-off-by: anna-charlotte <[email protected]> * fix: except block in test_docstring Signed-off-by: anna-charlotte <[email protected]> * fix: test only torch not tf Signed-off-by: anna-charlotte <[email protected]> * fix: video ndarray test Signed-off-by: anna-charlotte <[email protected]> * fix: tf tensor docstring Signed-off-by: anna-charlotte <[email protected]> --------- Signed-off-by: anna-charlotte <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: agaraman0 <[email protected]>
* doc: rewrite represent section in readme Signed-off-by: Johannes Messner <[email protected]> * docs: emojify Signed-off-by: Johannes Messner <[email protected]> * docs: make collapsible Signed-off-by: Johannes Messner <[email protected]> * docs: fix collapsible Signed-off-by: Johannes Messner <[email protected]> * docs: moving stuff around Signed-off-by: Johannes Messner <[email protected]> * docs: moving stuff around Signed-off-by: Johannes Messner <[email protected]> * docs: small tweaks Signed-off-by: Johannes Messner <[email protected]> * docs: readme section for send and store Signed-off-by: Johannes Messner <[email protected]> * docs: re-arrange some stuff Signed-off-by: Johannes Messner <[email protected]> * docs: typos Signed-off-by: Johannes Messner <[email protected]> * docs: more typos Signed-off-by: Johannes Messner <[email protected]> * docs: make section collapsible Signed-off-by: Johannes Messner <[email protected]> * docs: typo Signed-off-by: Johannes Messner <[email protected]> * feat: add readme testing Signed-off-by: samsja <[email protected]> * fix: fix most of readme pb Signed-off-by: samsja <[email protected]> * fix: fix most of readme pb Signed-off-by: samsja <[email protected]> * fix: fix readme pb Signed-off-by: samsja <[email protected]> * fix: remove todo Signed-off-by: samsja <[email protected]> --------- Signed-off-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> Co-authored-by: samsja <[email protected]>
* docs : wip add AnyDocArray docs Signed-off-by: samsja <[email protected]> * docs : add array section Signed-off-by: samsja <[email protected]> * docs : add array section Signed-off-by: samsja <[email protected]> * docs : aadd glossary Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * feat: apply johannes suggestion Co-authored-by: Johannes Messner <[email protected]> Signed-off-by: samsja <[email protected]> * docs : fix johannes suggestion Signed-off-by: samsja <[email protected]> * docs : fix typo Signed-off-by: samsja <[email protected]> * docs : fix typo Signed-off-by: samsja <[email protected]> * docs : reove pydantic stuff Signed-off-by: samsja <[email protected]> * docs : fix title Signed-off-by: samsja <[email protected]> * feat: apply gammarly Signed-off-by: samsja <[email protected]> * fix: fix apply grammarly on glossary Signed-off-by: samsja <[email protected]> * fix: fix doc test Signed-off-by: samsja <[email protected]> * docs: fix english Signed-off-by: Alex C-G <[email protected]> * fix: fix add gpt to generative ai Signed-off-by: samsja <[email protected]> * fix: fix sentence Signed-off-by: samsja <[email protected]> * docs: fix english of fixed sentence Signed-off-by: Alex C-G <[email protected]> * feat: apply alex suggestion Co-authored-by: Alex Cureton-Griffiths <[email protected]> Signed-off-by: samsja <[email protected]> * fix: fix link Signed-off-by: samsja <[email protected]> --------- Signed-off-by: samsja <[email protected]> Signed-off-by: samsja <[email protected]> Signed-off-by: Alex C-G <[email protected]> Co-authored-by: Johannes Messner <[email protected]> Co-authored-by: Alex C-G <[email protected]> Co-authored-by: Alex Cureton-Griffiths <[email protected]>
* refactor: remove warning, align naming * fix: docstring examples Signed-off-by: Johannes Messner <[email protected]> * fix: import with new naming Signed-off-by: Johannes Messner <[email protected]> * refactor: adjust comment warning syntax Signed-off-by: Johannes Messner <[email protected]> --------- Signed-off-by: Johannes Messner <[email protected]>
* refactor: dummy change Signed-off-by: jupyterjazz <[email protected]> * feat: add validate search field method (docarray#1319) Co-authored-by: Saba Sturua <[email protected]> * feat: validate search fields Signed-off-by: jupyterjazz <[email protected]> * refactor: validate fields in es Signed-off-by: jupyterjazz <[email protected]> --------- Signed-off-by: jupyterjazz <[email protected]> Co-authored-by: Sriniketh J <[email protected]>
* test: add books.csv to toydata dir Signed-off-by: anna-charlotte <[email protected]> * fix: remote csv file and test Signed-off-by: anna-charlotte <[email protected]> * fix: apply suggestion from code review Signed-off-by: anna-charlotte <[email protected]> * fix: apply suggestion Signed-off-by: anna-charlotte <[email protected]> * refactor: rename private method Signed-off-by: anna-charlotte <[email protected]> --------- Signed-off-by: anna-charlotte <[email protected]>
* refactor: rename from_pandas to from_dataframe Signed-off-by: samsja <[email protected]> * refactor: rename to_pandas to to_dataframe Signed-off-by: samsja <[email protected]> * refactor: rename to_pandas to to_dataframe Signed-off-by: samsja <[email protected]> --------- Signed-off-by: samsja <[email protected]>
Signed-off-by: anna-charlotte <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
Signed-off-by: hsm207 <[email protected]>
…array into feat-rewrite-weaviate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1222