Danilo Amorim
Danilo Amorim
I could go around this problem with: ``` kdf = ks.DataFrame({'A': [1, 1, 2, 2], 'B': [[1, 1, 2, 2], [1, 1, 2, 2], [1, 1, 2, 2], [1, 1,...
@ueshin But Pandas doesn't support 'collect_list' as an aggregate function. It would be awesome if the Pandas code could run in Koalas without changes.. I think the best solution would...
Is there any tutorial on how to set up a LocalAI Model for anything LLM? I was able to set up a model on LocalAI I can prompt it via...