update ai README.md

This commit is contained in:
thinkgem
2025-06-20 19:16:21 +08:00
parent 2dea278a45
commit 3e16c27442
2 changed files with 16 additions and 6 deletions

View File

@@ -90,17 +90,17 @@ spring:
# 向量数据库配置
vectorstore:
# 向量库类型chroma、pgvector、elasticsearch、milvus
type: chroma
# 向量库类型chroma、pgvector、elasticsearch、milvus、指定 none 表示不使用向量库
type: none
# Chroma 向量数据库【请在 pom.xml 中打开 chroma 的注释,并注释上其它向量库】
chroma:
client:
host: http://testserver
host: http://127.0.0.1
port: 8000
initialize-schema: true
collection-name: vector_store
# collection-name: vector_store_1024
# collection-name: vector_store
collection-name: vector_store_1024
# Postgresql 向量数据库PG 连接配置,见下文,需要手动建表)【请在 pom.xml 中打开 pgvector 的注释,并注释上其它向量库】
pgvector: