跳到主要内容
本页面介绍如何在 LangChain 中使用 Hazy Research 生态系统。它分为两个部分:安装和设置,以及对特定 Hazy Research 封装的引用。

安装和设置

  • 要使用 manifest,请通过 pip install manifest-ml 进行安装

包装器

LLM

Hazy Research 的 manifest 库有一个 LLM 封装器。manifest 是一个 Python 库,它本身是许多模型提供商的封装器,并增加了缓存、历史记录等功能。 要使用此封装器:
from langchain_community.llms.manifest import ManifestWrapper

以编程方式连接这些文档到 Claude、VSCode 等,通过 MCP 获取实时答案。
© . This site is unofficial and not affiliated with LangChain, Inc.