diff --git a/data/data_type.py b/data/data_type.py index 66a914e..04d452c 100644 --- a/data/data_type.py +++ b/data/data_type.py @@ -1,4 +1,4 @@ -from typing import Dict, List +from typing import Dict, List, Any from pydantic import BaseModel @@ -13,7 +13,7 @@ class EmbeddingRebuildRequest(BaseModel): # note that sub_key is optional and only for embedding lists relevant # also sub_key is an int but converted to string in the request - changes: Dict[str, List[Dict[str, str]]] + changes: Dict[str, List[Dict[str, Any]]] class EmbeddingCalcTensorByPkl(BaseModel): diff --git a/submodules/model b/submodules/model index 4cdfbd2..c5663e9 160000 --- a/submodules/model +++ b/submodules/model @@ -1 +1 @@ -Subproject commit 4cdfbd240114f22ba493d9a552b812499e0c5298 +Subproject commit c5663e9c855c30b431d106811a8330301c84eb24