AsyncLangChain

5. AsyncLangChain(异步支持)

| 功能 | 支持异步调用,提高并发性能 |
| 应用 | 批量生成内容、API 服务化部署 |
python 复制编辑 await chain.arun(input_text) # 支持 async 运行方式