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
@@ -21,6 +21,12 @@ spring:
api-key: ${OPENAI_KEY}
chat:
model: gpt-4o-mini
vectorstore:
pgvector:
dimensions: 1536
distance-type: COSINE_DISTANCE
index-type: HNSW
initialize-schema: true
session:
store-type: jdbc
jdbc: