Output of Python Recipe Embeddings Not Writing With a Comma Delimiter
afolaba4success
Registered Posts: 1 ✭
Hi,
I am using a python recipe to get embeddings from my text features in Dataiku and everything worked out fine, but the embeddings did not come out with comma delimiters when I write the output to a dataframe. I needed that format to perform a similarity search on the dataframe.
Does anyone knows a way around this?