[fix][launcher]Change default vector dimension to 512.

This commit is contained in:
jerryjzhang
2024-12-01 22:53:56 +08:00
parent 83cfae609e
commit b3b1498af7
2 changed files with 16 additions and 4 deletions

View File

@@ -11,4 +11,16 @@ spring:
username: postgres
password: postgres
schema-locations: classpath:db/schema-postgres.sql,classpath:db/schema-postgres-demo.sql
data-locations: classpath:db/data-postgres.sql,classpath:db/data-postgres-demo.sql
data-locations: classpath:db/data-postgres.sql,classpath:db/data-postgres-demo.sql
#s2:
# embedding:
# store:
# provider: PGVECTOR
# base:
# url: 127.0.0.1
# port: 5432
# databaseName: postgres
# user: postgres
# password: postgres
# dimension: 512