Zac Pullar-Strecker

Results 49 issues of Zac Pullar-Strecker

**What would you like to be added**: The 'error rate by location' panel in the testing & synthetics dashboard is not useful to us, so it could be nice to...

enhancement
ux
frontend

**Describe your environment** Potentially relevant python package versions: ``` fastapi==0.95.2 opentelemetry-distro==0.43b0 opentelemetry-exporter-otlp==1.22.0 opentelemetry-instrumentation-logging==0.43b0 opentelemetry-instrumentation-urllib==0.43b0 opentelemetry-instrumentation-wsgi==0.43b0 opentelemetry-instrumentation-aiohttp-client==0.43b0 opentelemetry-instrumentation-fastapi==0.43b0 opentelemetry-instrumentation-tornado==0.43b0 opentelemetry-instrumentation-urllib3==0.43b0 ``` **Steps to reproduce** Automatically instrument a FastAPI application **What is...

bug

Fixes a number of issues discovered when setting up the repository. Each commit is independent and should describe the bug/reason for the fix. If preferred I am happy to split...

## Describe your feature request We are considering using chat-ui for our own custom LLM tools. Because we want complete control over the generation we're currently implementing these as models....

enhancement

For example: * `AWS::ElasticLoadBalancingV2::LoadBalancer` was converted to `aws_elasticsearch_domain_policy` instead of [`aws_lb`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb) * `AWS::ElasticLoadBalancingV2::TargetGroup` was converted to `aws_elasticache_parameter_group` instead of [`lb_target_group`](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_target_group)

This adds support for restricting individual models based on group membership. We only wrote support for Microsoft Entra, as it's the only auth provider we use, but it should be...

We use a self-hosted instance of chat-ui to host a number of foundation models, as well as a few in-house RAG models. In the later case, it's extremely useful for...

enhancement

Adding support for closing plugins would give a simple way to do hot code reloading in long running applications like web servers. This would add another method to `src/plugin/plugin.go` and...

FeatureRequest
compiler/runtime

[Ray](https://github.com/ray-project/ray), a distributed workflow engine for python, integrates with `py-spy` to provide one-click stack traces/profiling of running tasks. Currently, attempting to do this while `ray` is not running as root...