使用 pip 查看已安装版本:
pip show langchain-community

使用 pip list 查看所有包并过滤:
pip list | findstr langchain-community # Windows
pip list | grep langchain-community # macOS / Linux

使用 pip 查看已安装版本:
pip show langchain-community

使用 pip list 查看所有包并过滤:
pip list | findstr langchain-community # Windows
pip list | grep langchain-community # macOS / Linux
