We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 .
The text was updated successfully, but these errors were encountered:
use this instead :
from langchain.prompts import PromptTemplate
it works for me, atleast as of now
Sorry, something went wrong.
No branches or pull requests
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 .
The text was updated successfully, but these errors were encountered: