Relative Content

Tag Archive for pythonartificial-intelligencelangchainllamallama-parse

Can LlamaParse return as a pydantic object?

I have been unable to make LlamaParse return the parsed content in a strictly structured format,like Pydantic objects. Otherwise I would have to make a separate api call just to make it the parsed content structured.