Baidu VectorDB table params.
See the following documentation for details: https://cloud.baidu.com/doc/VDB/s/mlrsob0p6
TableParams(
self,
dimension: int,
replication: int = 3,
partition: int = 1,
index_type: str = 'HNSW',
metric_type: str = 'L2',
params: Optional[Dict] = None
)