failed to describe index #37535
-
[2024/11/08 06:11:10.158 +00:00] [WARN] [datacoord/metrics_info.go:69] ["failed to describe index, ignore to report index metrics"] [traceID=1c18b1c77ee979c446fa7242bf07e5c8] [collection=451875630419352409] [error="index not found[indexName=]"]\n","stream":"stdout","time":"2024-11-08T06:11:10.158377303Z"} how can slove the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
To describe an index, provide an index name:
By default, if you didn't specify an index name, the field name will be applied as index name. The output: If you specify a name for the index:
The output: |
Beta Was this translation helpful? Give feedback.
Each vector field must have an index: https://milvus.io/docs/index-vector-fields.md?tab=floating#Index-Vector-Fields
Try the first example to know the basic workflow: https://github.com/milvus-io/pymilvus/blob/master/examples/hello_milvus.py