Jinjing Zhou
Jinjing Zhou
- OpenAPI - billing
Move python sdk to seperate repos
@mertalev We're interested but lacks of knowledge with that so far. The error message seems related to rust but I didn't see any rust file in prisma. Is there any...
I didn't see what we can fix here. Probably mention it in the documentations should be enough? If we put it in the postgresql.conf, then use `-c vectors.so` will overrider...
Thanks for your interest! May I ask what's your scenario to do the aggregate sum for sparse vectors? What's the query looks like?
And what's Column-Wise Multiplication? Do you mean dot product between sparse vectors?
Understand! PRs on the way
Unfortunately there's no way to install custom extension on postgres https://github.com/supabase/supabase/issues/14235. I would suggest you tried pgvecto.rs through docker first with your requirement. Such as ``` docker run --name pgvecto-rs-demo...
I would also like to hear your scenarios (what kind of filter condition you'd like to use). pgvecto.rs has made significant efforts to support various filter mode (prefilter/postfilter/brute force, and...
We are also building an example (https://github.com/kemingy/ragen/blob/main/ragen/client.py#L77-L82) similar to your scenario, using vector search with tag filter. And it worked well based on our example. For pgvecto.rs, The default prefilter...