Missing EmbeddingClient in Spring AI 1.0.0-M1
I’m working on a Spring Boot project where I need to implement embeddings using the Spring AI framework. I found an online reference that uses org.springframework.ai.embedding.EmbeddingClient
, but when I try to import this class, I get the following error:
How to use embeddings with Spring AI and OpenAI in version 1.0.0-M1?
I’m working on a Spring Boot project where I need to implement embeddings using the Spring AI framework. I found an online reference that uses org.springframework.ai.embedding.EmbeddingClient
, but when I try to import this class, I get the following error: