Commit b94031b
feat: adding count with filtering operations to
* count_documents_by_filter and get_metadata_fields_info sync, async and tests
* get_metadata_field_min_max
* count_unique_metadata_by_filter
* formatter
* get_metadata_field_unique_values
* fix type annotation for mypy
* fix comments
* improving docstring regarding contains filter operation
* improving docstrings
---------
Co-authored-by: David S. Batista <dsbatista@gmail.com>WeaviateDocumentStore (#2767)1 parent cfc5706 commit b94031b
5 files changed
Lines changed: 826 additions & 4 deletions
File tree
- integrations/weaviate
- src/haystack_integrations
- components/retrievers/weaviate
- document_stores/weaviate
- tests
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
228 | 235 | | |
229 | 236 | | |
230 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
231 | 251 | | |
232 | 252 | | |
233 | 253 | | |
| |||
237 | 257 | | |
238 | 258 | | |
239 | 259 | | |
| 260 | + | |
240 | 261 | | |
241 | 262 | | |
242 | 263 | | |
| |||
0 commit comments