We would be interested in hosting and supporting this type of work.
You can reach out to me via cra@linuxfoundation.org if you want to chat
21–30 of 35 posts
We would be interested in hosting and supporting this type of work.
You can reach out to me via cra@linuxfoundation.org if you want to chat
Any thoughts of contributing this upstream directly or to CNCF? We would be interested in hosting and supporting this type of work. You can reach out to me via cra@linuxfoundation.org if you want to chat
any smooth way to get this work with javascript? would love to use this in a project but my inferences are all in js
We've already started developing the typescript SDK. Would love to see exactly what your use case is, so we can prioritize specific instrumentation and collaborate on it. We'll ping you.
LLM observability strikes me as an extremely, extremely crowded space. And YC has funded an enormous number of them. What do you think is the key differentiator between you and everyone else? Is vendor lock-in really that huge of an issue? [0] https://hegel-ai.com , https://www.vellum.ai/ , https://www.parea.ai , http://baserun.ai , https://www.trychatter.ai , https://talc.ai , https://github.com/BerriAI/bettertest ,…
Let's say your application takes several steps to build up a prompt dynamically, such as a RAG pipeline. You'll end up with a different prompt for potentially each user, depending on the application.
The result is you've likely increased the accuracy of the LLM, but at the expense of understanding the whole system's behavior by introducing more steps upstream of the LLM call. Those steps could be super simple, or they could be (like in our case) dozens of steps that could all potentially fail or have a bug or whatever.
And so how do you wrangle all of this in context? You need something like OpenLLMetry that treats a request to an LLM as one of several components that make up a request and/or user experience. Otherwise you're just throwing stuff at the wall, guessing at what could improve stuff (or guessing at what could make an eval score better).
any smooth way to get this work with javascript? would love to use this in a project but my inferences are all in js
Definitely! (Tomer from Traceloop here) We've already started developing the typescript SDK. Would love to see exactly what your use case is, so we can prioritize specific instrumentation and collaborate on it. We'll ping you.
Does traceloop support OpenTelemetry Protocol File Exporter?
I'm the maintainer of Insomnium (https://github.com/ArchGPT/insomnium) and I'm building a LanceDB-based prompt orchestration framework for automated software development that I'm integrating into Insomnium these few weeks. (The orchestration framework will also be open-source soon) Traceloop cloud looks good but I think for simple cases my users will prefer to have a 100% local solution.
would be nice to have a simple API to export to local; thanks!
Is it possible to used Traceloop LLM instrumentations only with already existing opentelemetry implementation
Is it possible to use Traceloop's LLM instrumentations with already existing opentelemetry implementation ?