agno icon indicating copy to clipboard operation
agno copied to clipboard

fix: correct Milvus sparse vector search parameter from drop_ratio_build to drop_ratio_search

Open ItsRoy69 opened this issue 6 months ago • 0 comments

Summary

This PR fixes the incorrect parameter name used in Milvus sparse vector search operations.

Closes #5171

Type of change

  • [x] Bug fix
  • [ ] New feature
  • [x] Breaking change
  • [x] Improvement
  • [ ] Model update
  • [ ] Other:

Checklist

  • [x] Code complies with style guidelines
  • [ ] Ran format/validation scripts (./scripts/format.sh and ./scripts/validate.sh)
  • [x] Self-review completed
  • [ ] Documentation updated (comments, docstrings)
  • [ ] Examples and guides: Relevant cookbook examples have been included or updated (if applicable)
  • [ ] Tested in clean environment
  • [ ] Tests added/updated (if applicable)

Additional Notes

Add any important context (deployment instructions, screenshots, security considerations, etc.)

ItsRoy69 avatar Oct 25 '25 04:10 ItsRoy69