Commit 52fde78
feat: annlite find with filter and no query vector (#401)
* feat: use annlite find with only filter
* chore: upgrade annlite version
* docs: remove typo
Co-authored-by: Alaeddine Abdessalem <alaeddine-13@live.fr>1 parent aad1e1f commit 52fde78Copy full SHA for 52fde78
4 files changed
+91-5Lines changed: 91 additions & 5 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- docarray/array/storage/annlite
- docs/advanced/document-store
- tests/unit/array/mixins
Expand file treeCollapse file tree
Open diff view settings
Collapse file
docarray/array/storage/annlite/find.py
Copy file name to clipboardExpand all lines: docarray/array/storage/annlite/find.py+21-1Lines changed: 21 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
8 | 8 | |
9 | 9 | |
10 | 10 | |
11 | | - |
| 11 | + |
| 12 | + |
12 | 13 | |
13 | 14 | |
14 | 15 | |
| ||
41 | 42 | |
42 | 43 | |
43 | 44 | |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
Collapse file
docs/advanced/document-store/annlite.md
Copy file name to clipboardExpand all lines: docs/advanced/document-store/annlite.md+56-1Lines changed: 56 additions & 1 deletion
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
55 | 55 | |
56 | 56 | |
57 | 57 | |
58 | | - |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
59 | 114 | |
60 | 115 | |
61 | 116 | |
|
Collapse file
+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
64 | 64 | |
65 | 65 | |
66 | 66 | |
67 | | - |
| 67 | + |
68 | 68 | |
69 | 69 | |
70 | 70 | |
71 | 71 | |
72 | 72 | |
73 | 73 | |
74 | 74 | |
75 | | - |
| 75 | + |
76 | 76 | |
77 | 77 | |
78 | 78 | |
| ||
100 | 100 | |
101 | 101 | |
102 | 102 | |
103 | | - |
| 103 | + |
104 | 104 | |
105 | 105 | |
106 | 106 | |
|
Collapse file
tests/unit/array/mixins/test_find.py
Copy file name to clipboardExpand all lines: tests/unit/array/mixins/test_find.py+11Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
392 | 392 | |
393 | 393 | |
394 | 394 | |
| 395 | + |
| 396 | + |
| 397 | + |
| 398 | + |
| 399 | + |
| 400 | + |
| 401 | + |
| 402 | + |
| 403 | + |
| 404 | + |
| 405 | + |
395 | 406 | |
396 | 407 | |
397 | 408 | |
|
0 commit comments