You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***MODEL_CHUNK_SIZE**: Sets the size of chunks (in bytes) in which model payloads are split for serialization, replication and `MODELGET`. Default is `511 * 1024 * 1024`.
1159
+
***GET**: Retrieve the current value of the `BACKENDSPATH / MODEL_CHUNK_SIZE` configurations. Note that additional information about the module's runtime configuration can be retrieved as part of Redis' info report via `INFO MODULES` command.
1159
1160
1160
1161
_Return_
1161
1162
@@ -1190,3 +1191,10 @@ This sets model chunk size to one megabyte (not recommended):
1190
1191
redis> AI.CONFIG MODEL_CHUNK_SIZE 1048576
1191
1192
OK
1192
1193
```
1194
+
1195
+
This returns the current model chunk size configuration:
0 commit comments