You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow user to give index name to search dense vector or ignore index to search dense vector (#1643)
### What problem does this PR solve?
- Use 'ignore index' to brutal force search
- Use given index name indicated by 'index_name' to search dense vector.
### Type of change
- [x] New Feature (non-breaking change which adds functionality)
- [x] Test cases
- [x] Python SDK impacted, Need to update PyPI
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
0 commit comments