package com.example.springaidemo.service; import org.springframework.ai.vectorstore.VectorStore; import org.springframework.beans.factory.annotation.Autowired; public class VectorService { @Autowired private VectorStore vectorStore; }