Valkey Search Support?

Is there a way to use the Valkey search module? It’s not installed by default, as this command fails on my kv instance

FT.CREATE myIdx ON HASH PREFIX 1 doc: SCHEMA title TEXT body TEXT
"ERR unknown command ‘FT.CREATE’, with args beginning with: ‘myIdx’ ‘ON’ ‘HASH’ ‘PREFIX’ ‘1’ ‘doc:’ ‘SCHEMA’ ‘title’ ‘TEXT’ ‘body’ ‘TEXT’ "