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
..
2023-11-27 14:03:47 -08:00
2023-10-17 21:31:44 -04:00
2023-11-17 16:32:13 -08:00
2023-11-21 15:15:48 -08:00
2023-10-21 10:52:18 -04:00
2023-10-17 10:27:29 -07:00
2023-09-03 15:44:27 -07:00
2023-09-06 13:32:59 -07:00
2023-10-16 21:13:31 -04:00
2023-10-05 13:54:43 -04:00
2023-11-28 16:22:55 -05:00
2023-11-10 09:43:10 -08:00
2023-11-13 17:42:07 -08:00
2023-10-16 21:13:31 -04:00
2023-11-27 17:56:53 -05:00
2023-11-28 16:40:27 -08:00
2023-08-22 14:09:35 -04:00
2023-10-21 10:25:50 -07:00
2023-10-05 18:18:19 -07:00
2023-10-16 21:13:31 -04:00
2023-10-05 21:32:08 -07:00
2023-09-20 23:44:17 -07:00
2023-10-31 10:53:12 -04:00
2023-10-27 13:52:50 -04:00
2023-10-31 10:53:12 -04:00
2023-10-27 13:52:50 -04:00
2023-10-10 11:17:41 -04:00
2023-08-21 15:37:16 -04:00