-
Notifications
You must be signed in to change notification settings - Fork 244
feat: implement == for document and document array #1224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jupyterjazz
merged 67 commits into
docarray:fix-document-equality
from
RStar2022:Fix_equal_document
Apr 3, 2023
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit
Hold shift + click to select a range
e5358dc
refactor: rename predefined documents (#1208)
samsja 750541f
feat: support other text formats (#1207)
hrik2001 2f4442a
refactor: refactor query builder (#1213)
JohannesMessner f428b78
feat(index): automatically convert a dict to Document (#1215)
AnneYang720 1d34d4d
refactor: da stack full column wise (#1183)
samsja 684ecc8
add equal function
RStar2022 991c991
Add equality function
RStar2022 ca678fb
Add equal to array and document
RStar2022 4ef2070
changes a bit
RStar2022 9da3d64
add __eq__ function in abstract_comp_backend and add test_array
RStar2022 25d87c5
feat: ellipsis in tensor shape definition (#1228)
jupyterjazz 17ec781
chore: update contributing guideline (#1240)
samsja ceb7400
fix equality funtion
RStar2022 f9d9290
refactor: da stack full column wise (#1183)
samsja b347151
chore: update contribution guideline (#1247)
samsja dcabe44
make default search field empty string (#1249)
azayz e83d740
delete import numpy
RStar2022 5deebf3
fix key name
RStar2022 8ae87a6
feat:changes-equality-operation
RStar2022 f6f2deb
feat:add if
RStar2022 d75ad29
docs: add explanation about id field (#1242)
JohannesMessner 128f53f
feat: shift to mkdocs (#1244)
samsja d8e2422
fix:equal func
RStar2022 e464578
refactor: rename filter to filter_docs to avoid shadowing of filtern …
55d8ba1
feat: ad user defined mapping for python type to db type (#1252)
f5a68c2
fix:tensor type func
RStar2022 baca538
fix: comp_backend code delete
RStar2022 75c03f1
feat(index): index data with union types (#1220)
JohannesMessner a010647
fix eq
RStar2022 c747186
fix: move test to integration test (#1260)
samsja d3a4e41
fix: disable pycharm da property detection (#1262)
a9ea305
feat: add minimal logger (#1254)
jupyterjazz 0ba1009
fix: bytes type in `TextDoc` and `VideoDoc` (#1270)
7436ba1
refactor: doc index structure (#1266)
jupyterjazz b00741c
refactor(da): remove tensor type from `DocumentArray` init (#1268)
samsja 51214f5
refactor: bytes to bytes_ in predefined documents (#1273)
97a450f
fix: doc summary for dict and set attributes (#1279)
e99e4aa
feat: add `get_paths()` instead of v1 `from_files()` (#1267)
0bd8a60
fix: proto ser and deser for nested tuple/dict/list (#1278)
samsja 8273c47
feat: create documents from dict (#1283)
jupyterjazz 07a5db5
docs: fix up english (#1285)
alexcg1 6b9d19f
fix: add int, float and others to doc summary (#1287)
d6969ef
fix: hnswlib doc index (#1277)
JohannesMessner 3f09963
fix
RStar2022 ebf1d69
fix: tensorflow
RStar2022 c151332
feat(test): DocumentArray method tests similar to list methods like r…
agaraman0 63b87cc
fix:doc
RStar2022 c57a464
feat: implement push/pull interface from JAC, file and s3 (#1182)
Jackmin801 e0ee245
refactor: rename `Document` to `Doc` (#1293)
samsja b85c23c
chore(docs): add ci and fix docs ui (#1295)
samsja b413406
chore: add docstring test (#1298)
samsja 4b1166a
fix: rename DocArrayProto to DocumentArrayProto (#1297)
samsja 12cd7fe
fix: docstring polish typing (#1299)
samsja de8eac8
fix: remove files (#1305)
samsja 1ac999a
fix: flatten schema of abstract index (#1294)
AnneYang720 46e8aae
docs: add utils section (#1307)
samsja 2c94e46
docs: fix docstring example of find_batched (#1308)
JohannesMessner 5d05617
docs: fix map docstring (#1311)
samsja 55b6ef2
feat: elasticsearch document index (#1196)
AnneYang720 f00f1a3
refactor: map_docs_batch to map_docs_batched (#1312)
7935a15
refactor: map_docs_batch to map_docs_batched (#1312)
c8f9cb4
feat: torch backend basic operation tests (#1306)
agaraman0 092e0ab
chore: add instructions to pip installs and group extras (#1281)
01ff2eb
fix: mark es test as index (#1314)
samsja b505be0
feat: docarray fastapi simple integration (#1320)
jupyterjazz ff4f2d3
fix doc
RStar2022 74ac65a
Merge branch 'feat-rewrite-v2' into Fix_equal_document
RStar2022 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.