Find answers from the community

Updated 4 months ago

Anyone else seeing duplicate OpenAI

Anyone else seeing duplicate OpenAI calls when using MultiStepQueryEngine?
L
J
3 comments
Theres not actually duplicate calls, but I think duplicate logging (I'm assuming you are using arize or something?)
Plain Text
step_decompose_transform = StepDecomposeQueryTransform(llm=llm, verbose=True)
query_engine = MultiStepQueryEngine(
    query_engine=query_engine,
    query_transform=step_decompose_transform,
    index_summary="Holds camp information",
)


Using Arize, yes.
I really figured structured text extraction over a limited corpus would have been more straightforward. But, I'm making progress.
Add a reply
Sign up and join the conversation on Discord