Kyle Diaz

Results 6 issues of Kyle Diaz

### Dupe Check - [X] I have [searched Warp bugs](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3ABugs) and there are no duplicates ### Describe the bug Hi Warp team, I was using Wireshark to monitor the traffic...

Bugs

### Describe the problem ```python r1 = Knn(query=query) r2 = Knn(query=query) search = Search( rank=r1 + r2, ) ``` Each Knn operator will find two different sets of K documents....

enhancement

## Why are these changes needed? Hi it's Kyle from the Chroma team 👋 We're going to be launching hosted Chroma very soon, so we want to make sure that...

We have a "distributed chroma" version which can scale horizontally and shard! # Review checklist > Don't worry about satisfying all items, it's fine to open a (draft) PR. -...

Hello from the Chroma team 👋 This adds a basic tool that lets agents query their data in Chroma. We also unpinned the chromadb version. Ideally, we'd like to get...