Closed
Description
I just upgraded from M6 to M7 and ran into a few challenges.
- It wasn't clear in the docs that I need to add the
spring-ai-advisors-vector-store
dependency to get theQuestionAnswerAdvisor
even though I havespring-ai-starter-vector-store-pgvector
- The Bedrock docs were unclear about how to enable one of the two embedding models. That page references unused properties like
spring.ai.bedrock.cohere.embedding.enabled=true
when instead I needed to setspring.ai.model.embedding=bedrock-cohere
but that was complicated by IntelliJ not recognizing that property.