Hammad Bashir
Hammad Bashir
For my understanding - What are the cases where the json serialization in openais lib (assuming this is coming from there) breaks?
I think OpenAI will throw an error if given None, is that correct @tazarov ?
Thats no good! Sorry. @tazarov can you take a look?
Hi @bbl-my - local chroma does not always leverage indices over metadata, which means you are doing a full table scan. This results in poor performance. We do plan to...
Hi @bbl-my - tagging @jairad26 as this is currently something we are improving this month.
I think that having docker do the right thing, but not the library, leads to a strange divergence in behavior I'd prefer to avoid. Maybe instead our dev release flow...
I am not a fan of bifurcating tests like this. It slows down productivity by delaying time to finding a bug. Given that this is not the bottleneck can we...
That is interesting, do you have a stack trace you could share? Not sure what the env differences on vercel edge functions could be.
Thanks, will issue a fix!