(improvement)(chat) Fix the error in Milvus query and add the option to create EmbeddingStore based on caching mode (#1310)

This commit is contained in:
lexluo09
2024-07-01 16:29:43 +08:00
committed by GitHub
parent 37d08007c4
commit 7773442fbf
11 changed files with 489 additions and 104 deletions

View File

@@ -24,19 +24,19 @@ langchain4j:
embedding-model:
model-name: bge-small-zh
embedding-store:
persist-path: /tmp
# embedding-store:
# persist-path: /tmp
# chroma:
# embedding-store:
# baseUrl: http://0.0.0.0:8000
# timeout: 120s
# milvus:
# embedding-store:
# host: localhost
# port: 2379
# uri: http://0.0.0.0:19530
# token: demo
# dimension: 512
# timeout: 120s
milvus:
embedding-store:
host: localhost
port: 2379
uri: http://0.0.0.0:19530
token: demo
dimension: 512
timeout: 120s