Max Isom
Max Isom
# Bug report - [x] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue. - Reproduced on: - [x] Android - [ ] iOS ## Description Calling the `setMutedCall` method on...
I'm mapping over a very large table and so am using cursors (currently via `pg-query-stream`). The SQL statement generated by the `.select()` shortcut doesn't work for streaming because `jsonb_agg(...)` is...
- Add egui example - Pass through input
My goal is to have a folder of auto-updating ebooks (cron job). I saw that there's a `--cache` flag, but even running with the cache on there's a lot of...
https://github.com/chroma-core/chroma/blob/0056c13833fc021f0762e7e424414feb08ee3c50/clients/js/src/embeddings/DefaultEmbeddingFunction.ts#L96
I recently enabled most of our lints in CI: https://github.com/chroma-core/chroma/pull/2046. I didn't enable mypy in that PR because it looked like it required a few manual changes to pass the...
Would it somehow be possible to take advantage of multicore systems when processing images for the first time? Or are there any other possible optimizations? Building from scratch (using `next...
`chromadb/test/property/test_embeddings.py`: ~40m -> ~20m (would likely continue to benefit from additional cores) Hoping to continue enabling test parallelization on a test file basis (with the end goal of all tests...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - ... - New functionality - ... ## Test plan *How are these changes...