Find answers from the community

Updated 2 months ago

Anybody else getting Pydantic errors

Anybody else getting Pydantic errors with the new release?

WARNING 2023-09-21 19:29:08 llama_index.response_synthesizers.refine [refine.py:refine:181] [_give_response_single] [P:97842] Validation error on structured response: 1 validation error for StructuredRefineResponse
root
StructuredRefineResponse expected dict not NoneType (type=type_error)
L
s
9 comments
I have not seen this
It seems like the LLM did not give an answer? Is this reproducible at all, or just every so often?
could this be the "structured_answer_filtering=True"?
I'm trying to reproduce it now will circle back when i have a good answer πŸ™‚
@Logan M ya its the structure response filter
but its incorrect - the response did match the question
hmm let me try reproducing with structured_answer_filtering=True
not able to reproduce, but found another bug I need to fix lol
interesting it must be something else i'm doing then
Add a reply
Sign up and join the conversation on Discord