added pgvector implementation and updated doc

This commit is contained in:
2026-06-29 22:27:32 +02:00
parent 28080c7954
commit 47466a6c61
3 changed files with 117 additions and 27 deletions
+3
View File
@@ -48,6 +48,9 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-webmvc")
implementation("org.springframework.ai:spring-ai-starter-model-openai")
implementation("org.postgresql:postgresql:$postgresqlVersion")
implementation("org.springframework.ai:spring-ai-starter-vector-store-pgvector")
compileOnly("org.projectlombok:lombok")