carterrees-entrata
carterrees-entrata
This literally just fixed a "problem" for me. This is the way.
Seeing a similar error for ChatVectorDBChain ` return cls( File "pydantic/main.py", line 341, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 1 validation error for ChatVectorDBChain qa_prompt extra fields not permitted (type=value_error.extra) `
What I have found is that I need to run pip install -U langchain everyday. And then make sure my code reflects the changes in the Langchain classes. These guys...
Same issue. Unfortunately I've never been able to have a project complete because of this. Always errors out for the reason mentioned above.
Thank you @kbattocchi. Understood about some of the assumptions as well. I'll have some more questions that I'll lay out in another thread related to this answer and Shapley values.