mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-08-28 05:25:04 +00:00
5 lines
151 B
Python
5 lines
151 B
Python
from llama_index.embeddings.dashscope import DashScopeEmbedding
|
|
|
|
from memory_scope.utils.registry import Registry
|
|
|
|
MODEL_REGISTRY = Registry("models")
|