Closed retroradioryan closed 1 year ago
Anyone know how I fix this error?
ValidationError: 1 validation error for FewShotPromptTemplate example_selector instance of BaseExampleSelector expected (type=type_error.arbitrary_type; expected_arbitrary_type=BaseExampleSelector)
Can you link to the tutorial and code this is coming from?
https://github.com/gkamradt/langchain-tutorials/blob/main/LangChain%20Cookbook%20Part%201%20-%20Fundamentals.ipynb
I just ran that code no problem. Can you confirm you're on the latest version of langchain?
Version: 0.0.153
That was the issue... Thanks!!!
Anyone know how I fix this error?
ValidationError: 1 validation error for FewShotPromptTemplate example_selector instance of BaseExampleSelector expected (type=type_error.arbitrary_type; expected_arbitrary_type=BaseExampleSelector)