JayZeeDesign / researcher-gpt

448 stars 253 forks source link

Importing PromptTemplate from langchain root module is no longer supported. #11

Open deter3 opened 11 months ago

deter3 commented 11 months ago
image

pip install -r requirements.txt , and I can see Langchain has almot 500 lines installtion .

And it says " Importing PromptTemplate from langchain root module is no longer supported." , by using pip install -r requirements.txt .

Using Langchain is really a pain in the ass .

Ashfaqe-oss commented 11 months ago

use this instead :

from langchain.prompts import PromptTemplate

it works for me, atleast as of now