Commit eae4495
fix: default column config should be DBConfig and not RuntimeConfig (#1648)
Signed-off-by: Joan Fontanals Martinez <joan.martinez@jina.ai>
Signed-off-by: Johannes Messner <messnerjo@gmail.com>
Co-authored-by: Johannes Messner <messnerjo@gmail.com>1 parent 67a328f commit eae4495Copy full SHA for eae4495
14 files changed
+127-107Lines changed: 127 additions & 107 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- docarray/index
- backends
- docs
- how_to
- user_guide/storing
- tests/index/base_classes
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
145 | 145 | |
146 | 146 | |
147 | 147 | |
148 | | - |
149 | | - |
150 | | - |
151 | 148 | |
152 | 149 | |
153 | 150 | |
| ||
156 | 153 | |
157 | 154 | |
158 | 155 | |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
159 | 160 | |
160 | 161 | |
161 | 162 | |
| ||
896 | 897 | |
897 | 898 | |
898 | 899 | |
899 | | - |
| 900 | + |
900 | 901 | |
901 | 902 | |
902 | 903 | |
903 | 904 | |
904 | 905 | |
905 | 906 | |
906 | | - |
| 907 | + |
907 | 908 | |
908 | 909 | |
909 | 910 | |
|
Collapse file
docarray/index/backends/elastic.py
Copy file name to clipboardExpand all lines: docarray/index/backends/elastic.py+7-9Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
43 | 42 | |
44 | 43 | |
45 | 44 | |
| ||
57 | 56 | |
58 | 57 | |
59 | 58 | |
60 | | - |
61 | 59 | |
62 | 60 | |
63 | 61 | |
| ||
254 | 252 | |
255 | 253 | |
256 | 254 | |
257 | | - |
258 | | - |
259 | | - |
260 | | - |
261 | | - |
262 | 255 | |
263 | | - |
264 | 256 | |
265 | 257 | |
266 | 258 | |
| ||
323 | 315 | |
324 | 316 | |
325 | 317 | |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
326 | 324 | |
327 | 325 | |
328 | 326 | |
| ||
624 | 622 | |
625 | 623 | |
626 | 624 | |
627 | | - |
| 625 | + |
628 | 626 | |
629 | 627 | |
630 | 628 | |
|
Collapse file
docarray/index/backends/elasticv7.py
Copy file name to clipboardExpand all lines: docarray/index/backends/elasticv7.py+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
| 93 | + |
| 94 | + |
| 95 | + |
93 | 96 | |
94 | 97 | |
95 | 98 | |
96 | 99 | |
97 | | - |
98 | | - |
| 100 | + |
99 | 101 | |
100 | 102 | |
101 | 103 | |
|
Collapse file
docarray/index/backends/hnswlib.py
Copy file name to clipboardExpand all lines: docarray/index/backends/hnswlib.py+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
165 | 165 | |
166 | 166 | |
167 | 167 | |
168 | | - |
169 | | - |
170 | | - |
171 | | - |
172 | | - |
173 | 168 | |
174 | 169 | |
175 | 170 | |
| ||
188 | 183 | |
189 | 184 | |
190 | 185 | |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
191 | 192 | |
192 | 193 | |
193 | 194 | |
|
Collapse file
docarray/index/backends/in_memory.py
Copy file name to clipboardExpand all lines: docarray/index/backends/in_memory.py+6-6Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
137 | 137 | |
138 | 138 | |
139 | 139 | |
140 | | - |
141 | | - |
142 | | - |
143 | | - |
144 | | - |
145 | | - |
146 | 140 | |
147 | 141 | |
148 | 142 | |
| ||
152 | 146 | |
153 | 147 | |
154 | 148 | |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
155 | 155 | |
156 | 156 | |
157 | 157 | |
|
Collapse file
docarray/index/backends/qdrant.py
Copy file name to clipboardExpand all lines: docarray/index/backends/qdrant.py+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
241 | 241 | |
242 | 242 | |
243 | 243 | |
244 | | - |
245 | | - |
246 | | - |
247 | | - |
248 | | - |
249 | 244 | |
250 | 245 | |
251 | 246 | |
| ||
254 | 249 | |
255 | 250 | |
256 | 251 | |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
| 257 | + |
257 | 258 | |
258 | 259 | |
259 | 260 | |
|
Collapse file
docarray/index/backends/weaviate.py
Copy file name to clipboardExpand all lines: docarray/index/backends/weaviate.py+4-5Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
245 | 245 | |
246 | 246 | |
247 | 247 | |
248 | | - |
249 | | - |
250 | | - |
251 | | - |
252 | | - |
253 | 248 | |
254 | 249 | |
255 | 250 | |
| ||
264 | 259 | |
265 | 260 | |
266 | 261 | |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
267 | 266 | |
268 | 267 | |
269 | 268 | |
|
Collapse file
docs/how_to/add_doc_index.md
Copy file name to clipboardExpand all lines: docs/how_to/add_doc_index.md+13-12Lines changed: 13 additions & 12 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
288 | 288 | |
289 | 289 | |
290 | 290 | |
291 | | - |
| 291 | + |
292 | 292 | |
293 | 293 | |
294 | 294 | |
295 | 295 | |
296 | | - |
| 296 | + |
297 | 297 | |
298 | 298 | |
299 | 299 | |
| ||
306 | 306 | |
307 | 307 | |
308 | 308 | |
309 | | - |
310 | | - |
311 | | - |
312 | | - |
313 | | - |
314 | | - |
315 | | - |
316 | | - |
317 | 309 | |
318 | | - |
| 310 | + |
319 | 311 | |
320 | 312 | |
321 | 313 | |
| ||
327 | 319 | |
328 | 320 | |
329 | 321 | |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
330 | 331 | |
331 | 332 | |
332 | 333 | |
| ||
374 | 375 | |
375 | 376 | |
376 | 377 | |
377 | | - |
| 378 | + |
378 | 379 | |
379 | 380 | |
380 | 381 | |
|
Collapse file
docs/user_guide/storing/docindex.md
Copy file name to clipboardExpand all lines: docs/user_guide/storing/docindex.md+32-7Lines changed: 32 additions & 7 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
445 | 445 | |
446 | 446 | |
447 | 447 | |
448 | | - |
449 | | - |
| 448 | + |
| 449 | + |
450 | 450 | |
451 | 451 | |
452 | 452 | |
453 | 453 | |
454 | | - |
455 | 454 | |
456 | 455 | |
457 | 456 | |
458 | 457 | |
459 | 458 | |
460 | 459 | |
461 | | - |
| 460 | + |
462 | 461 | |
463 | 462 | |
464 | | - |
| 463 | + |
465 | 464 | |
466 | 465 | |
467 | | - |
| 466 | + |
468 | 467 | |
469 | 468 | |
470 | 469 | |
| ||
559 | 558 | |
560 | 559 | |
561 | 560 | |
562 | | - |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
| 579 | + |
| 580 | + |
| 581 | + |
| 582 | + |
| 583 | + |
| 584 | + |
| 585 | + |
| 586 | + |
| 587 | + |
563 | 588 | |
564 | 589 | |
565 | 590 | |
|
Collapse file
docs/user_guide/storing/index_elastic.md
Copy file name to clipboardExpand all lines: docs/user_guide/storing/index_elastic.md+10-9Lines changed: 10 additions & 9 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
491 | 491 | |
492 | 492 | |
493 | 493 | |
| 494 | + |
494 | 495 | |
495 | 496 | |
496 | 497 | |
497 | 498 | |
498 | | - |
499 | | - |
500 | | - |
501 | | - |
502 | | - |
503 | | - |
504 | | - |
505 | | - |
506 | | - |
507 | 499 | |
508 | 500 | |
509 | 501 | |
| ||
514 | 506 | |
515 | 507 | |
516 | 508 | |
| 509 | + |
| 510 | + |
| 511 | + |
| 512 | + |
| 513 | + |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
517 | 518 | |
518 | 519 | |
0 commit comments