* GH-513 fix: Support custom field names for Milvus VectorStore collection - Add configuration properties to override the default field names for doc_id, content, metadata and embedding - Add support to allow auto-id when enabled - Add tests Resolves #513 * Fix package modifier