Recursively delete all files that match a patternยง

find . -name "*.embeddings.json" -type f -delete