Zac Pullar-Strecker

Results 49 issues of Zac Pullar-Strecker

The serialised size (in bytes) is an important parameter to evaluate when comparing serialisation frameworks, it would be nice to see in the benchmarks.

enhancement
good first issue
help wanted

Pickle is capable of storing multiple objects in the same file as each `dump` is self-contained. Hence the following: ```python from pickle import dump, load with open('test.gz', 'wb') as f:...

enhancement

This uses the opentelemetry SDK to provide support for traces and two simple metrics (a conversations count and a messages count). The telemetry entrypoint is built separately (unfortunately it does...

back
observability

It would be nice if there were an option to quickly "hop" from message to message (e.g. and up arrow and a down arrow to the side or something). I've...

This is significantly faster when using local models. I dropped the silent exception capture, I'm not sure if it makes sense to keep it? Fixes https://github.com/whitead/paper-qa/issues/176

Currently summarisation makes one call to the underlying LLM per document to summarise. Instead `aget_evidence` should use batch methods (`agenerate`/`aapply`) to produce a single LLM call. This could provide significant...

enhancement

For long traces it's impossible to see later spans! Ideally it'd be possible to select regions of the trace, like you can do in chrome devtool's network inspector (drag on...

Cool use of the LSP! It would be much more useful to me if it was possible to display in a tree (-like) layout instead of blocks for each file.

### Describe the bug It's unclear if this is a CLI or a web issue, filing as CLI. When logging some unusual characters the run will show up as corrupted...

a:app

### Applies To - [X] Notebooks (.ipynb files) - [ ] Interactive Window and\/or Cell Scripts (.py files with \#%% markers) ### What happened? Created a new notebook, and attempted...

bug
info-needed
notebook-kernel
user-setup