diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc index 62d81b566..98f6dc0a9 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/index.adoc @@ -8,14 +8,10 @@ To provide an overview, the following key functionalities are available: * Portable API across AI providers for Chat and for Embedding models. Both synchronous and stream API options are supported. Dropping down to access model specific features is also supported. * Portable API across Vector Store providers, including a novel SQL-like metadata filter API that is also portable. +* Function calling * Spring Boot Auto Configuration and Starters for AI Models and Vector Stores. -* OpenAI Function calling * ETL framework for Data Engineering -== API Docs - -You can find the Javadoc https://docs.spring.io/spring-ai/docs/current-SNAPSHOT/api[here]. - == Feedback and Contributions The project's https://github.com/spring-projects/spring-ai/discussions[GitHub discussions] is a great place to send feedback. diff --git a/vector-stores/spring-ai-pgvector-store/pom.xml b/vector-stores/spring-ai-pgvector-store/pom.xml index 0e87931a9..ca3df200e 100644 --- a/vector-stores/spring-ai-pgvector-store/pom.xml +++ b/vector-stores/spring-ai-pgvector-store/pom.xml @@ -32,11 +32,9 @@ ${parent.version} - - com.pgvector - pgvector - ${pgvector.version} + org.springframework.boot + spring-boot-starter-jdbc @@ -46,8 +44,9 @@ - org.springframework - spring-jdbc + com.pgvector + pgvector + ${pgvector.version}