Karthik Kalyanaraman

Results 21 comments of Karthik Kalyanaraman
trafficstars

Looks like it's going to be Logs API for emitting Events going forward and they are recommending interoperability with other log sinks. Should we note Logs API instead of Event...

I have reviewed the API docs of Anthropic, Cohere and Google and also the new model spec introduced by OpenAI that has some changes. Described below is the summary of...

We [Langtrace](https://github.com/Scale3-Labs/langtrace) are also interested to test out this span processor as we are also thinking about this problem. We currently have 2 GenAI OTEL instrumentation libraries - python and...

I will share some thoughts on the challenges we(at Langtrace) faced while implementing this: For some context, user feedback evaluations are generally collected as a thumbs up or thumbs down...

> We at Scorecard.io use OTEL for tracing but have our user feedback and model graded (LLM as judge) evaluations stored separately and linked so would love if there is...

Token Generation Latency is another metric that could be useful

Thanks for creating this PR. A few additional attributes which we instrument today with our SDK that we have found useful are the following: ``` db.index db.namespace db.collection.name db.top_k db.query...

> @karthikscale3 regarding the attributes that you proposed, some already exists: > > * `db.index` can be represented using `db.operation.name = index`; > * `db.namespace` already exists; > * `db.collection.name`...

> @lmolkova I applied all the feedbacks, thanks for the review. @karthikscale3 I added the `top_k` attribute, thanks. > > Summary of the changes: > > * removed `vector` in...

Hey @VfBfoerst , we are working on litellm and we are hoping to release that support soon. Probably in about a week from now. I will keep you posted. Are...