Find answers from the community

Updated 4 months ago

Query engines

Hi All, Are QueryEngines being deprecated?

I came across this on the documentation page:
https://docs.llamaindex.ai/en/stable/module_guides/querying/structured_outputs/query_engine/
(Deprecated) Query Engines + Pydantic Outputs

@Logan M - any guidance from your team?
L
4 comments
Just that specific method for structured outputs
Not all query engines πŸ˜…
Preferred way would be

sllm = llm.as_structured_llm(output_class) and using that in your query engine
Add a reply
Sign up and join the conversation on Discord