added pgvector implementation and updated doc
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user