I am trying to extract structure data from the unstructured text using structured_predict, but if my Pydantic model has a field with type as datetime.date, llama-index is not able to parse the string and throws an error saying "Invalid Date Format". How can this be rectified
because v0.10.x and below is built entirely on pydantic v1, and uses the pydantic.v1 layer to maintain compatibility
We actually JUST released v0.11.x, with one of the main changes being full pdyantic v2 support (no more v1). You'd be surprised just how breaking of a change this was under the hood, it was a huge amount of work to migrate π