changed id type of vector store from uuid to text to make use of deterministic ids
This commit is contained in:
@@ -23,6 +23,7 @@ spring:
|
|||||||
model: gpt-4o-mini
|
model: gpt-4o-mini
|
||||||
vectorstore:
|
vectorstore:
|
||||||
pgvector:
|
pgvector:
|
||||||
|
id-type: text
|
||||||
dimensions: 1536
|
dimensions: 1536
|
||||||
distance-type: COSINE_DISTANCE
|
distance-type: COSINE_DISTANCE
|
||||||
index-type: HNSW
|
index-type: HNSW
|
||||||
|
|||||||
Reference in New Issue
Block a user