I want to query all data that only satisfy the vector query, without setting the number of query results myself. May I ask how to operate it? #41661
alei-jia
started this conversation in
Ideas & Feature requests
Replies: 1 comment
-
SearchIterator is for this purpose. Note: searchIteratorV1 is supported by milvus server version v2.3/v2.4/v2.5, searchIteratorV2 is only supported by milvus server version v2.5. If your milvus server is v2.5, searchIteratorV2 is recommended. In the example, we set "topk" value for searchIterator. If you don't specify the topk value, you will get all results that meet your filtering expression.
For searchIteratorV2:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
maven
<dependency> <groupId>org.springframework.ai</groupId> <artifactId>spring-ai-milvus-store</artifactId> </dependency>
Beta Was this translation helpful? Give feedback.
All reactions