Commit 464f24d
feat: add filter to match method (#378)
* feat: add filter to match method
* fix: test function name fix
Co-authored-by: AlaeddineAbdessalem <alaeddine-13@live.fr>
* fix: delete filtering mention in docstring
Co-authored-by: AlaeddineAbdessalem <alaeddine-13@live.fr>
* feat: add documentation
* fix: apply johannes docs suggestion
Co-authored-by: Johannes Messner <44071807+JohannesMessner@users.noreply.github.com>
Co-authored-by: AlaeddineAbdessalem <alaeddine-13@live.fr>
Co-authored-by: Johannes Messner <44071807+JohannesMessner@users.noreply.github.com>1 parent fef03f0 commit 464f24dCopy full SHA for 464f24d
6 files changed
+147-5Lines changed: 147 additions & 5 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- docarray/array/mixins
- docs
- advanced/document-store
- fundamentals/documentarray
- tests/unit/array/mixins
Expand file treeCollapse file tree
Open diff view settings
Collapse file
docarray/array/mixins/match.py
Copy file name to clipboardExpand all lines: docarray/array/mixins/match.py+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
23 | 24 | |
24 | 25 | |
25 | 26 | |
| ||
50 | 51 | |
51 | 52 | |
52 | 53 | |
| 54 | + |
53 | 55 | |
54 | 56 | |
55 | 57 | |
| ||
76 | 78 | |
77 | 79 | |
78 | 80 | |
| 81 | + |
79 | 82 | |
80 | 83 | |
81 | 84 | |
|
Collapse file
docs/advanced/document-store/annlite.md
Copy file name to clipboardExpand all lines: docs/advanced/document-store/annlite.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
49 | 49 | |
50 | 50 | |
51 | 51 | |
52 | | - |
| 52 | + |
53 | 53 | |
54 | 54 | |
55 | 55 | |
|
Collapse file
docs/advanced/document-store/qdrant.md
Copy file name to clipboardExpand all lines: docs/advanced/document-store/qdrant.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
133 | 133 | |
134 | 134 | |
135 | 135 | |
136 | | - |
| 136 | + |
137 | 137 | |
138 | 138 | |
139 | 139 | |
|
Collapse file
docs/advanced/document-store/weaviate.md
Copy file name to clipboardExpand all lines: docs/advanced/document-store/weaviate.md+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
169 | 169 | |
170 | 170 | |
171 | 171 | |
172 | | - |
| 172 | + |
173 | 173 | |
174 | 174 | |
175 | 175 | |
|
Collapse file
docs/fundamentals/documentarray/matching.md
Copy file name to clipboardExpand all lines: docs/fundamentals/documentarray/matching.md+22Lines changed: 22 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
155 | 155 | |
156 | 156 | |
157 | 157 | |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
158 | 180 | |
159 | 181 | |
160 | 182 | |
|
Collapse file
tests/unit/array/mixins/test_match.py
Copy file name to clipboardExpand all lines: tests/unit/array/mixins/test_match.py+118-1Lines changed: 118 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
10 | 10 | |
11 | 11 | |
12 | 12 | |
13 | | - |
| 13 | + |
14 | 14 | |
15 | 15 | |
16 | 16 | |
| ||
577 | 577 | |
578 | 578 | |
579 | 579 | |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
| 588 | + |
| 589 | + |
| 590 | + |
| 591 | + |
| 592 | + |
| 593 | + |
| 594 | + |
| 595 | + |
| 596 | + |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
| 612 | + |
| 613 | + |
| 614 | + |
| 615 | + |
| 616 | + |
| 617 | + |
| 618 | + |
| 619 | + |
| 620 | + |
| 621 | + |
| 622 | + |
| 623 | + |
| 624 | + |
| 625 | + |
| 626 | + |
| 627 | + |
| 628 | + |
| 629 | + |
| 630 | + |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
| 635 | + |
| 636 | + |
| 637 | + |
| 638 | + |
| 639 | + |
| 640 | + |
| 641 | + |
| 642 | + |
| 643 | + |
| 644 | + |
| 645 | + |
| 646 | + |
| 647 | + |
| 648 | + |
| 649 | + |
| 650 | + |
| 651 | + |
| 652 | + |
| 653 | + |
| 654 | + |
| 655 | + |
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
| 677 | + |
| 678 | + |
| 679 | + |
| 680 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
| 690 | + |
| 691 | + |
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
| 696 | + |
0 commit comments