Patrefans
echohive42 from patreon
echohive42 patreon

code files for Talk with multiple PDF Documents

🕑 Added 2023-04-29 12:00:39 +0000 UTC
code files for Talk with  multiple PDF Documents

Comments

Greg Meadows

File "/Users/greg/Downloads/downloads-2TB/code-repos/app-pdf/modify.py", line 157, in OpenAIEmbeddings @root_validator() ^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/pydantic/deprecated/class_validators.py", line 228, in root_validator raise PydanticUserError( pydantic.errors.PydanticUserError: If you use `@root_validator` with pre=False (the default) you MUST specify `skip_on_failure=True`. Note that `@root_validator` is deprecated and should be replaced with `@model_validator`. For further information visit https://errors.pydantic.dev/2.4/u/root-validator-pre-skip

Echo Hive

This usually means “langchain” is not pip installed in the environment you are running the python file from.

Greg Meadows

ModuleNotFoundError: No module named 'langchain'


More Creators