mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-06 08:16:00 +00:00
[dev] rename clazz to class in json/yaml
This commit is contained in:
parent
3e5ad8f652
commit
ad206fda2b
2 changed files with 6 additions and 6 deletions
|
|
@ -67,15 +67,15 @@
|
|||
}
|
||||
},
|
||||
"vector_store": {
|
||||
"clazz": "storage.dummy_vector_store",
|
||||
"class": "storage.dummy_vector_store",
|
||||
"embedding_model": "dashscope_embedding"
|
||||
},
|
||||
"monitor": {
|
||||
"clazz": "storage.dummy_monitor"
|
||||
"class": "storage.dummy_monitor"
|
||||
},
|
||||
"workers": {
|
||||
"dummy_worker": {
|
||||
"clazz": "memory.worker.dummy_worker",
|
||||
"class": "memory.worker.dummy_worker",
|
||||
"generation_model": "dashscope_generation",
|
||||
"embedding_model": "dashscope_embedding",
|
||||
"rank_model": "dashscope_rank"
|
||||
|
|
|
|||
|
|
@ -51,13 +51,13 @@ models:
|
|||
module_name: dashscope_rank
|
||||
model_name: gte-rerank
|
||||
vector_store:
|
||||
clazz: storage.dummy_vector_store
|
||||
class: storage.dummy_vector_store
|
||||
embedding_model: dashscope_embedding
|
||||
monitor:
|
||||
clazz: storage.dummy_monitor
|
||||
class: storage.dummy_monitor
|
||||
workers:
|
||||
dummy_worker:
|
||||
clazz: memory.worker.dummy_worker
|
||||
class: memory.worker.dummy_worker
|
||||
generation_model: dashscope_generation
|
||||
embedding_model: dashscope_embedding
|
||||
rank_model: dashscope_rank
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue