Thank you! I tried creating a regex pattern using chatgpt but its not work. The problem is that the json string value is a vector containing 1536 items (see screenshot)
This is the json string of my last module : [{“embedding”:[-0.013178274,0.0017673987,0.002196379,-0.042305253…]}]
And this is the regex pattern gpt gave me: “embedding”:[\s*(?:[-+]?\d*.?\d+(?:[eE][-+]?\d+)?(?:,\s*[-+]?\d*.?\d+(?:[eE][-+]?\d+)?){1535}[-+]?\d*.?\d+(?:[eE][-+]?\d+)?(?:,\s*[-+]?\d*.?\d+(?:[eE][-+]?\d+)?)\s]
I’m getting this error: Failed to refresh metadata. Invalid regular expression: /“embedding”:[\s*(?:[-+]?\d*.?\d+(?:[eE][-+]?\d+)?(?:,\s*[-+]?\d*.?\d+(?:[eE][-+]?\d+)?){1535}[-+]?\d*.?\d+(?:[eE][-+]?\d+)?(?:,\s*[-+]?\d*.?\d+(?:[eE][-+]?\d+)?)\s]/: Unterminated group