langchain
bf5787f5 - experimental[patch]: fixed namespace bug (#13585)

Commit
2 years ago
experimental[patch]: fixed namespace bug (#13585) It was : `from langchain.schema.prompts import BasePromptTemplate` but because of the breaking change in the ns, it is now `from langchain.schema.prompt_template import BasePromptTemplate` This bug prevents building the API Reference for the langchain_experimental
Author
Parents
Loading