Ask a question to get started
Enter to sendā¢Shift+Enter new line
Read in the index schema from a dict or yaml file.
Check if it is a dict and return RedisModel otherwise, check if it's a path and read in the file assuming it's a yaml file and return a RedisModel
read_schema( index_schema: Optional[Union[Dict[str, List[Any]], str, os.PathLike]] ) -> Dict[str, Any]