Adrian Cole
Adrian Cole
### Which component is this feature for? Traceloop SDK ### 🔖 Feature description Lets add CI dimensions for both popular operating systems and also architectures. Specifically, we should test alpine+aarch64...
**Describe the bug** As a first timer, I tried the openai instrumentation, and sent a trace to a local collector (using ollama as the backend). Then I compared the output...
### What happened? I work on the OpenTelemetry LLM semantics SIG, and did an evaluation of the SDK based on the following sample code and what the semantics pending release...
I would like to not have to scroll when there are no logs. In this image you can see the space used for logs when there aren't any. If logs...
would be nice to be able to aggregate service dependency links and show them This might use code similar to https://github.com/jaegertracing/jaeger/blob/eaacbf0a40da0c3d55bfeed8d6894f14dca1d4fc/plugin/storage/memory/memory.go#L96 I once wrote one in zipkin, which has more...
At the moment, Special Interest Group (SIG) meetings follow norms of north america and europe with regards to meeting times and when to schedule meetings (e.g. avoiding US holidays). The...
Especially after converting elasticsearch to armeria, I've noticed the complexity has exploded. There are a lot of cases to consider, some things that seem simple like request body logging need...
Note the image here is a bad link, but I don't have content for it: --- ### 2.4 Prompt Format You can even run `llama model prompt-format` see all of...
Ollama has some support for openai emulation and could be a nice way to support more tests without requiring an API key or a public endpoint. This might be a...
Right now, if you are on a plane, or otherwise offline, and you invoke something that calls `llama_download_file`, you will get a failure verifying the already downloaded model. I would...