From c025eceb82dd2df3bf950037a047c4817193b89b Mon Sep 17 00:00:00 2001 From: JWittmeyer Date: Mon, 7 Jul 2025 15:48:19 +0200 Subject: [PATCH 1/2] Submodule update & type correction --- data/data_type.py | 4 ++-- submodules/model | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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..5ec9519 160000 --- a/submodules/model +++ b/submodules/model @@ -1 +1 @@ -Subproject commit 4cdfbd240114f22ba493d9a552b812499e0c5298 +Subproject commit 5ec9519b7cf2bc033017dc3c25fa5bfe3eefafdd From 504f4fbb6dc8b802b49407e709e32236e0c6d633 Mon Sep 17 00:00:00 2001 From: JWittmeyer Date: Wed, 9 Jul 2025 13:34:48 +0200 Subject: [PATCH 2/2] Submodule update --- submodules/model | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/model b/submodules/model index 5ec9519..c5663e9 160000 --- a/submodules/model +++ b/submodules/model @@ -1 +1 @@ -Subproject commit 5ec9519b7cf2bc033017dc3c25fa5bfe3eefafdd +Subproject commit c5663e9c855c30b431d106811a8330301c84eb24