tensorzero icon indicating copy to clipboard operation
tensorzero copied to clipboard

TensorZero is an open-source stack for industrial-grade LLM applications. It unifies an LLM gateway, observability, optimization, evaluation, and experimentation.

Results 544 tensorzero issues
Sort by recently updated
recently updated
newest added

It seems that some type checkers can't infer the return type from functions returning a `Union` because the specialization happens in the Rust layer: ``` @classmethod def build_http( cls, *,...

priority-high
python

![Image](https://github.com/user-attachments/assets/38852f29-02ff-4cfe-852a-51116da5308e)

priority-high
typescript

In the UI, if a text content block parses as a JSON object, we assume it's "arguments". But this is not necessarily true! The user could have simply sent JSON...

priority-high
typescript

After #2577, we'll only have `Input` in the datapoint page. `Input` doesn't support files and other specialized content blocks. We need to get rid of it.

priority-high
typescript

### Discussed in https://github.com/tensorzero/tensorzero/discussions/764 Originally posted by **Gimmyalex** January 15, 2025 Overview: Nvidia NIM provides a robust framework for managing GPU-based microservices. Integrating it with TensorZero will enhance its scalability...

good-first-issue
rust

We should start being more careful about exhaustiveness in switch statements. For example, `ui/app/components/inference/Input.tsx` doesn't handle `raw_text` (see #2587). This pattern makes the compiler complain about exhaustiveness (rather than the...

See https://github.com/tensorzero/tensorzero/pull/2588 for early work.

priority-high
typescript