Trayan Azarov

Results 91 comments of Trayan Azarov

@timtensor, I think this might be a mismatch in OTEL versions. Can you list your project otel deps: ```bash pip list | grep opentel ```

* **#56** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @tazarov and the rest of your teammates on Graphite

hey @SumeetSandhu, are you using Google Vertex Embedding Function from Chroma? If that is the case, how do you chunk or batch your documents? Is it possible that you try...

@SumeetSandhu, I can understand the challenge with this. APIs are fickle and sometimes fail due to load, global rate limit, user rate limit, and a number of other reasons. If...

@r17652001, one thing that I observe is that the distance metric is different between the two environments—in one, you use cosine, while in the other, you rely on the default,...

@Anush008, thanks for this. It looks good. Can I ask you to add a Docs PR—https://github.com/chroma-core/docs/pulls? I can add that, too.

@byflostter33, apologies for that oversight. `$in`, `$nin` was rolled out with 0.4.9 last night, so I haven't had a chance to catch up :). Can you do a PR for...

@byflostter33, is it safe to assume that this list of Ids you mentioned above is stored in metadata?

Gotcha. Well that is a bit of a different case of filtering. By default when you use query/get you can specify which Ids you want but not invert. As a...

@HammadB, this is ready to go