Integration local image embedding to aiox shell

This commit is contained in:
liyaxing
2023-09-26 20:25:02 +08:00
committed by tsukasa
parent 451ab5e0a8
commit 1ff3165961
3 changed files with 44 additions and 43 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ from .text_to_speech_function import TextToSpeechFunction
from .workspace_env import WorkspaceEnvironment
from .local_stability_node import Local_Stability_ComputeNode
from .stability_node import Stability_ComputeNode
from .local_st_compute_node import LocalSentenceTransformer_ComputeNode
from .local_st_compute_node import LocalSentenceTransformer_Text_ComputeNode,LocalSentenceTransformer_Image_ComputeNode
AIOS_Version = "0.5.1, build 2023-9-26"