We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
index type list and metric type list are out-of-date, need update
// Index Constants const ( Flat IndexType = "FLAT" //faiss BinFlat IndexType = "BIN_FLAT" IvfFlat IndexType = "IVF_FLAT" //faiss BinIvfFlat IndexType = "BIN_IVF_FLAT" IvfPQ IndexType = "IVF_PQ" //faiss IvfSQ8 IndexType = "IVF_SQ8" HNSW IndexType = "HNSW" IvfHNSW IndexType = "IVF_HNSW" AUTOINDEX IndexType = "AUTOINDEX" DISKANN IndexType = "DISKANN" SCANN IndexType = "SCANN" GPUIvfFlat IndexType = "GPU_IVF_FLAT" GPUIvfPQ IndexType = "GPU_IVF_PQ" GPUCagra IndexType = "GPU_CAGRA" GPUBruteForce IndexType = "GPU_BRUTE_FORCE" Scalar IndexType = "SCALAR" )
please sync index type list with python SDK https://github.com/milvus-io/pymilvus/blob/master/pymilvus/client/utils.py
No response
The text was updated successfully, but these errors were encountered:
/assign @congqixia
Sorry, something went wrong.
congqixia
No branches or pull requests
Is there an existing issue for this?
Current Behavior
index type list and metric type list are out-of-date, need update
Expected Behavior
please sync index type list with python SDK
https://github.com/milvus-io/pymilvus/blob/master/pymilvus/client/utils.py
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: