langserve
langserve copied to clipboard
how do I turn off specific endpoint logging to langsmith?
I am serving couple of lcel chain defined endpoint through langserve and I've configued to turn on the langsmith logging. it works great, but there is particular endpoint was just calculating the embedding which being called more than 100 times a minute and I want to turn off this specific endpoint langsmith logging. how do i do that?
How are you exposing the chain is it through add_routes?
yes that is correct!
On Fri, Apr 12, 2024 at 7:34 AM Eugene Yurtsev @.***> wrote:
How are you exposing the chain is it through add_routes?
— Reply to this email directly, view it on GitHub https://github.com/langchain-ai/langserve/issues/601#issuecomment-2051880393, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDPIVHCQJR3FGX6SPAXUX3Y47WHNAVCNFSM6AAAAABGBV7FTCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJRHA4DAMZZGM . You are receiving this because you authored the thread.Message ID: @.***>
Will need to investigate, I suspect I'll need to roll out support for this functionality
Thanks for looking into this and it will be great if this could be enhanced.
Hi! I am interested. Any updates in the topic?