Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Any plans for supporting Multi-column TopK in VBASE mode? #221

Open
chinyajie opened this issue Mar 26, 2025 · 1 comment
Open

feat: Any plans for supporting Multi-column TopK in VBASE mode? #221

chinyajie opened this issue Mar 26, 2025 · 1 comment

Comments

@chinyajie
Copy link

I've noticed that both VectorChord and pgvecto.rs support the VBASE method, which performs exceptionally well in "Single-Vector TopK + Filter + Join" scenarios. However, in our application, we need to perform joint TopK searches across multiple vector columns (Multi-column TopK).

Questions
Does VectorChord currently support Multi-column TopK VBASE functionality?
If not, are there any plans to add this feature in future releases?

Thank you for developing VectorChord, such an excellent PostgreSQL vector search extension.

@VoVAllen
Copy link
Member

Not yet. Can you share any specific use case for multi column topk?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants