Pavel Reshetnik

Results 6 comments of Pavel Reshetnik

By the way, what is the reason for code duplication in page.tsx and [id]/page.tsx?

It seems that `/api/tags` is caching the data despite having `export const dynamic = "force-dynamic"`. It would be interesting to figure out why this is happening, but for now, I...

@FellowTraveler I believe I have the same problem. It occurs when OLLAMA_NUM_PARALLEL > 1. If I set OLLAMA_NUM_PARALLEL=2 and run concurrent embedding generation, it works for some time. By observing...

If I set OLLAMA_NUM_PARALLEL to 3 or higher, the issue occurs more quickly.

I tried to debug it further, and now I have two identical collections of size 27 (with different names), but `wrapperCollectionStatistics` returns 0 for one and the correct 27 for...

Thank you, @yhmo. We’ll proceed with this approach. Could you also let me know if there are any plans to deprecate `MilvusClient.getCollectionStatistics()`?