milvus-sdk-go
milvus-sdk-go copied to clipboard
[Enhancement]: Use const for schema/index parameters
Is there an existing issue for this?
- [X] I have searched the existing issues
What would you like to be added?
Use const for schema/index parameters
Why is this needed?
Manually compose type parameter and index parameter is not safe. Add constant value for keys for temp solution
Anything else?
No response