changed id type of vector store from uuid to text to make use of deterministic ids

This commit is contained in:
2026-06-30 22:27:55 +02:00
parent 573f0110c7
commit 6908f7530a
@@ -23,6 +23,7 @@ spring:
model: gpt-4o-mini
vectorstore:
pgvector:
id-type: text
dimensions: 1536
distance-type: COSINE_DISTANCE
index-type: HNSW