Search - Qdrant
Hey all - are there plans to extend the Vectorize query API to either
1) increase per-query limits (from 20/100+), or
2) add pagination/offsets
Thinking of an interface like in https://qdrant.tech/documentation/concepts/search/#pagination
Thanks!
Search - Qdrant
Qdrant is an Open-Source Vector Database and Vector Search Engine written in Rust. It provides fast and scalable vector similarity search service with convenient API.
2 Replies
Hi @carter. We don't have plans to increase those limits or to introduce those limits. But we would be happy to record your feedback!
The pagination/offset interface is nice but can ultimately be implemented by the caller (just with extra network overhead) so not the biggest deal - was just curious on that front.
I think the topK limit of 100 (w/o metadata) is a bit small for some use cases, however.
Appreciate the response!