Commit d1b532c
feat(gooddata-sdk): [AUTO] add enable_hybrid_search param to search_ai()
Expose the `enable_hybrid_search` boolean parameter in the `search_ai()`
wrapper method so SDK users can opt into hybrid search (vector + keyword
RRF fusion). The underlying SearchRequest API model already supports the
field after the GDAI-1349 regeneration; only the wrapper signature and
test call were missing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4dc3f87 commit d1b532c
File tree
2 files changed
+6
-0
lines changed- packages/gooddata-sdk
- src/gooddata_sdk/compute
- tests/compute
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| |||
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
| 297 | + | |
| 298 | + | |
296 | 299 | | |
297 | 300 | | |
298 | 301 | | |
| |||
311 | 314 | | |
312 | 315 | | |
313 | 316 | | |
| 317 | + | |
| 318 | + | |
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments