mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-28 04:53:45 +08:00
(improvement)(build) Support passing the version as a variable in the docker-compose.yml file. (#1313)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user