跳至主要內容

StackExchange

Stack Exchange 是一個涵蓋各領域主題的問答 (Q&A) 網站網路,每個網站都涵蓋一個特定主題,問題、答案和使用者都受到聲譽獎勵流程的約束。 聲譽系統使網站能夠自我管理。

StackExchange 元件將 StackExchange API 整合到 LangChain 中,允許存取 Stack Exchange 網路的 StackOverflow 網站。 Stack Overflow 專注於電腦程式設計。

此筆記本介紹如何使用 StackExchange 元件。

我們首先必須安裝實作 Stack Exchange API 的 python 套件 stackapi。

pip install --upgrade stackapi
from langchain_community.utilities import StackExchangeAPIWrapper

stackexchange = StackExchangeAPIWrapper()

stackexchange.run("zsh: command not found: python")

此頁面是否有幫助? (Was this page helpful?)