챙체인을 처음 접하다 보면,
라이브러리를 3개나 항상 설치하는 것이 이상했다.
강좌를 듣다보니 버전 v0.1 이후로 부터 필요한 라이브러리만 설치하게끔 아래처럼 각 파트별로 구분하고 각 라이브러리를 버전업하는 것으로 변경된 것이라 한다.
그래서 결과적으로 최소한 3개의 라이브러리를 설치해야 사용/연습에 문제가 없다.
pip install langchain
pip install langchain-community
pip install langchain-oepnai # openai 사용할 경우
Towards LangChain 0.1: LangChain-Core and LangChain-Community
The goal of LangChain has always been to make it as easy as possible to develop context-aware reasoning applications with LLMs. LangChain started as a side project, and purely as a Python package. Over the past year it has grown tremendously. This growth h
blog.langchain.dev
_
반응형