You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
10 months ago
..
cli CLI 0.0.19 (#13677) 10 months ago
core core[patch]: release 0.0.7 (#13989) 10 months ago
experimental experimental[patch]: fixed namespace bug (#13585) 10 months ago
langchain langchain[minor]: Updated DocugamiLoader, includes breaking changes (#13265) 10 months ago