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

[Bug]: Need update index type list #686

Open
1 task done
cydrain opened this issue Mar 28, 2024 · 1 comment
Open
1 task done

[Bug]: Need update index type list #686

cydrain opened this issue Mar 28, 2024 · 1 comment
Assignees

Comments

@cydrain
Copy link

cydrain commented Mar 28, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

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"
)

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

@cydrain cydrain changed the title [Bug]: Need update index type list and metric type list [Bug]: Need update index type list Mar 28, 2024
@cydrain
Copy link
Author

cydrain commented Mar 28, 2024

/assign @congqixia

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

No branches or pull requests

2 participants