合成器
Bases: QueryComponent
合成器组件。
参数
名称 | 类型 | 描述 | 默认值 |
---|---|---|---|
synthesizer
|
BaseSynthesizer
|
合成器 |
必需 |
源代码位于 llama-index-core/llama_index/core/response_synthesizers/base.py
335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 |
|
set_callback_manager #
set_callback_manager(callback_manager: CallbackManager) -> None
设置回调管理器。
源代码位于 llama-index-core/llama_index/core/response_synthesizers/base.py
341 342 343 |
|