We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f7d45 commit 4579b4dCopy full SHA for 4579b4d
spring-ai-2/src/main/java/com/baeldung/spring/ai/om/OrderManagementApplication.java
@@ -17,7 +17,7 @@
17
@SpringBootApplication(exclude = {
18
OllamaAutoConfiguration.class,
19
AnthropicAutoConfiguration.class,
20
- PgVectorStoreAutoConfiguration.class,
+ PgVectorStoreAutoConfiguration.class,
21
ChromaVectorStoreAutoConfiguration.class,
22
BedrockConverseProxyChatAutoConfiguration.class
23
})
0 commit comments