dspy.asyncify

dspy.asyncify

동기식 DSPy 프로그램을 비동기(asyncio)로 호출할 수 있게 바꿔주는 함수예요.

출처: 문서

본문

dspy.asyncify는 동기 프로그램을 비동기 호출 가능한 객체로 변환해요. 아래 레퍼런스는 소스 docstring에서 자동 생성돼요.

::: dspy.asyncify
    handler: python
    options:
        show_source: true
        show_root_heading: true
        heading_level: 2
        docstring_style: google
        show_root_full_path: true
        show_object_full_path: false
        separate_signature: false
        inherited_members: true

더 알아보기 (Learn more)