anotine10

Results 9 comments of anotine10

Investigating a bit, it looks that is is related to the fact that trulens is expecting a legacy chain object in this part of the code, instead of a RunnableSequence...

i had that same issue, and i solved it by redefining the function calculate_word_times and using the following parametrization ``` context_aggregator = llm.create_context_aggregator( llm_context, assistant_params=LLMAssistantAggregatorParams(expect_stripped_words=False), ) ```` The problem with...

Hi, any update on this ticket? example of phone numbers failing to validate (whatsapp phone number): `is_valid_phone(parse("+5215541637145"))` Thanks so much

Is it something that is going to enter in roadmap? It would be very interesting, especially to add some routing and fallback capacity based on extensive strategy (errors, latency, token...

@aconchillo @markbackman , probably it should be considered as a bug. WDYT? notify: @alexflorensa

hi @alexmojaki , i paste here a simple snippet code to reproduce: ``` import logfire from pydantic import BaseModel, Field from typing import Any, Type import re from openai import...

Regarding your last message, what do you mean by `If you're using a litellm proxy, try talking to it with an instrumented openai client instead of the litellm sdk. `...

Thanks @alexmojaki . But i am confused. what do you mean with your reduced example? i do not know if you seen it, just before the message you replied, i...

@alexmojaki , how to know when this feature will enter in logfire roadmap? Thanks