https://github.com/redis/redis-vl-python/blob/04736f138a8326b27c73d6f0acad51ca1a025ba8/redisvl/schema/schema.py#L146 expects `fields: Dict[str, BaseField] = {}` but https://github.com/redis/redis-vl-python/blob/04736f138a8326b27c73d6f0acad51ca1a025ba8/redisvl/schema/schema.py#L182-L186 will throw an error if `fields` is a dict.