Looks like the current `langchain` removed `langchain.schema` so I'm getting ``` ModuleNotFoundError: No module named 'langchain.schema' ``` I reverted to `0.3.25` and it seems to solve this. Haven't tested extensively though.
Looks like the current
langchainremovedlangchain.schemaso I'm gettingI reverted to
0.3.25and it seems to solve this. Haven't tested extensively though.