when invoke ZhiPuAiEmbeddingModel.call method, I get some error,like this
then I check ZhiPuAiEmbeddingModel class and ZhiPuAi website
in ZhiPuAiEmbeddingModel class use a Collection, but in website input is String
Should convert the org.springframework.ai.embedding.EmbeddingRequest class to a generic type to adapt to this situation?
Comment From: mxsl-gr
fixed on PR #773