mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-23 15:44:19 +08:00
(improvement)(chat) Support loading local embedding models through the in-memory configuration method (#1201)
This commit is contained in:
@@ -108,7 +108,10 @@ langchain4j:
|
||||
# model-name: qwen-max-1201
|
||||
# embedding-model:
|
||||
# api-key: ${OPENAI_API_KEY:demo}
|
||||
|
||||
in-memory:
|
||||
embedding-model:
|
||||
model-name: bge-small-zh
|
||||
#modelPath: /data/model.onnx
|
||||
#vocabularyPath: /data/onnx_vocab.txt
|
||||
embedding-store:
|
||||
file-path: /tmp
|
||||
|
||||
Reference in New Issue
Block a user