langchain/libs
Leonid Ganeline bf5787f58b
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
2023-11-28 16:40:27 -08:00
..
cli CLI 0.0.19 (#13677) 2023-11-21 12:34:38 -08:00
core core[patch]: release 0.0.7 (#13989) 2023-11-28 14:05:01 -08:00
experimental experimental[patch]: fixed namespace bug (#13585) 2023-11-28 16:40:27 -08:00
langchain langchain[minor]: Updated DocugamiLoader, includes breaking changes (#13265) 2023-11-28 15:56:22 -08:00