run-llama / llama_deploy

Deploy your agentic worfklows to production
https://docs.llamaindex.ai/en/stable/module_guides/llama_deploy/
MIT License
1.82k stars 186 forks source link

is there way to stop control plane Summarization , let me know if there is any best practice #244

Closed Rohith-Scalers closed 1 month ago

Rohith-Scalers commented 2 months ago

my tool output is up to mark but control plane is Summarizing , i tried to do prompt engg but it is messing up my flow , let mw know if there is a way to stop control plane Summarization , thank you :)

logan-markewich commented 2 months ago

@Rohith-Scalers in the latest versions (i.e. with llama-deploy and the other refactors), the control plane is not doing any summarization

Maybe take a peek at the latest readme to see how things have changed (the UX has changed quite a bit!)

Rohith-Scalers commented 1 month ago

yaa , its working fine with latest update , thanks a lot :)