Raptor
基类: BaseLlamaPack
Raptor 包。
源代码位于 llama-index-packs/llama-index-packs-raptor/llama_index/packs/raptor/base.py
get_modules #
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 383 384 385 386 387 |
|
获取模块。
get_modules() -> Dict[str, Any]
运行流水线。
run(query: str, mode: Optional[QueryModes] = None) -> Any
回到顶部
get_modules #
381 382 383 384 385 386 387 |
|