milvus_cli icon indicating copy to clipboard operation
milvus_cli copied to clipboard

Milvus Command Line

Results 3 milvus_cli issues
Sort by recently updated
recently updated
newest added

CMD: describe collection -c col Return: 21 Schema below ```python fields = [ FieldSchema(name="id", dtype=DataType.INT64, is_primary=True, auto_id=True), FieldSchema(name="image_url", dtype=DataType.VARCHAR, max_length=MAX_LENGTH_URL), FieldSchema(name="customer_code", dtype=DataType.VARCHAR, max_length=MAX_LENGTH_C_CODE), FieldSchema(name="embedding", dtype=DataType.FLOAT_VECTOR, dim=512), FieldSchema(name="created_at_raw", dtype=DataType.VARCHAR, max_length=20), FieldSchema(name="created_at",...

milvus_cli > list collections RPC error: [get_flush_state], , RPC error: [flush], ,

![image](https://user-images.githubusercontent.com/185051/130739726-02ae478f-c490-4003-99dd-ec3d5abf163b.png) But it can be inserted from insight. ![image](https://user-images.githubusercontent.com/185051/130739814-9e02abb6-ccbe-4064-9868-8c0ebb5a08e3.png) ![image](https://user-images.githubusercontent.com/185051/130739920-a9c5d939-e2a7-4186-9ef2-16d754e54351.png)