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

Updates the SearchRequest class to be non-final and adds a MilvusSearchRequest subclass that includes Milvus-specific fields for native expressions and search parameters. #2300

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

waileong
Copy link
Contributor

  • Updated SearchRequest.java to make the class non-final.
  • Added MilvusSearchRequest with specific Milvus parameters such as nativeExpression and searchParamsJson.
  • Modified doSimilaritySearch method in MilvusVectorStore to handle these new fields from MilvusSearchRequest.

Closes #2294, #2298

…earchRequest` subclass that includes Milvus-specific fields for native expressions and search parameters.

- Updated `SearchRequest.java` to make the class non-final.
- Added `MilvusSearchRequest` with specific Milvus parameters such as `nativeExpression` and `searchParamsJson`.
- Modified `doSimilaritySearch` method in `MilvusVectorStore` to handle these new fields from `MilvusSearchRequest`.

Signed-off-by: waileong <[email protected]>
@ilayaperumalg ilayaperumalg self-assigned this Feb 27, 2025
@ilayaperumalg ilayaperumalg added this to the 1.0.0-M7 milestone Feb 27, 2025
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

Successfully merging this pull request may close these issues.

Milvus Vector - Unable to Set nprobe in doSimilaritySearch for Default IVF_FLAT When initializeSchema = true
2 participants