Commit 6e3bddb
docs: fix Boost API examples and supported-query list
- Correct the Python examples on the Boost search page:
- Boost.property(...) -> Boost.numeric_property(...) (the .property
factory does not exist on the client)
- Boost.blend(...) with multiple conditions now passes them as a list,
matching the signature Boost.blend(boosts, *, weight, depth); the
old multi-positional form raised TypeError
- List near-image and near-media among the boost-supported queries.
- Remove the mention of boost on aggregation: the server accepts it over
gRPC but no client exposes it yet, so it does not belong in the
client-facing docs.
The corrected snippet was verified end-to-end against Weaviate 1.38.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 440461d commit 6e3bddb
2 files changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
225 | | - | |
226 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments