The doSimilaritySearch method does not pass the databaseName parameter in milvus 2.3.4 and later, resulting in the use of the default library; The current milvus upgrade to 2.3.5 supports passing the databaseName parameter, but this logic was missing from the method and is now added

Thank you for taking time to contribute this pull request! You might have already read the [contributor guide][1], but as a reminder, please make sure to:

  • Sign the contributor license agreement
  • Rebase your changes on the latest main branch and squash your commits
  • Add/Update unit tests as needed
  • Run a build and make sure all tests pass prior to submission
  • close #1617

Comment From: ilayaperumalg

Thanks for the fix. LGTM, merging.

Comment From: ilayaperumalg

Fixed the formatting issues, rebased and merged as 5a90beeb