ddi-fw 0.0.150__py3-none-any.whl → 0.0.152__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ddi_fw/pipeline/pipeline.py +1 -1
- {ddi_fw-0.0.150.dist-info → ddi_fw-0.0.152.dist-info}/METADATA +1 -1
- {ddi_fw-0.0.150.dist-info → ddi_fw-0.0.152.dist-info}/RECORD +5 -5
- {ddi_fw-0.0.150.dist-info → ddi_fw-0.0.152.dist-info}/WHEEL +0 -0
- {ddi_fw-0.0.150.dist-info → ddi_fw-0.0.152.dist-info}/top_level.txt +0 -0
ddi_fw/pipeline/pipeline.py
CHANGED
@@ -128,7 +128,7 @@ class Pipeline(BaseModel):
|
|
128
128
|
# Populate the embedding dictionary with embeddings from the vector database
|
129
129
|
metadatas = dictionary["metadatas"]
|
130
130
|
embeddings = dictionary["embeddings"]
|
131
|
-
if metadatas
|
131
|
+
if metadatas is None or embeddings is None:
|
132
132
|
raise ValueError(
|
133
133
|
"The collection does not contain embeddings or metadatas.")
|
134
134
|
for metadata, embedding in zip(metadatas, embeddings):
|
@@ -88,7 +88,7 @@ ddi_fw/pipeline/__init__.py,sha256=tKDM_rW4vPjlYTeOkNgi9PujDzb4e9O3LK1w5wqnebw,2
|
|
88
88
|
ddi_fw/pipeline/multi_modal_combination_strategy.py,sha256=JSyuP71b1I1yuk0s2ecCJZTtCED85jBtkpwTUxibJvI,1706
|
89
89
|
ddi_fw/pipeline/multi_pipeline.py,sha256=D_BZ3ciHbVGuuB7m7cEmVQHESruh1gqhA-vxCMfNKj0,5407
|
90
90
|
ddi_fw/pipeline/ner_pipeline.py,sha256=q1aKjb54Ra1HzZ7dARvBw6lB37je9R-POEf2h6QT_nU,6018
|
91
|
-
ddi_fw/pipeline/pipeline.py,sha256=
|
91
|
+
ddi_fw/pipeline/pipeline.py,sha256=l-T-QnR_cVD590UovmsUlfjivaaZih7j_KMIJvGDAtA,11073
|
92
92
|
ddi_fw/utils/__init__.py,sha256=77563ikqAtdzjjgRlLp5OAsJBbpLA1Cao8iecGaVUXQ,354
|
93
93
|
ddi_fw/utils/enums.py,sha256=19eJ3fX5eRK_xPvkYcukmug144jXPH4X9zQqtsFBj5A,671
|
94
94
|
ddi_fw/utils/json_helper.py,sha256=BVU6wmJgdXPxyqLPu3Ck_9Es5RrP1PDanKvE-OSj1D4,571
|
@@ -97,7 +97,7 @@ ddi_fw/utils/package_helper.py,sha256=erl8_onmhK-41zQoaED2qyDUV9GQxmT9sdoyRp9_q5
|
|
97
97
|
ddi_fw/utils/py7zr_helper.py,sha256=gOqaFIyJvTjUM-btO2x9AQ69jZOS8PoKN0wetYIckJw,4747
|
98
98
|
ddi_fw/utils/utils.py,sha256=szwnxMTDRrZoeNRyDuf3aCbtzriwtaRk4mHSH3asLdA,4301
|
99
99
|
ddi_fw/utils/zip_helper.py,sha256=YRZA4tKZVBJwGQM0_WK6L-y5MoqkKoC-nXuuHK6CU9I,5567
|
100
|
-
ddi_fw-0.0.
|
101
|
-
ddi_fw-0.0.
|
102
|
-
ddi_fw-0.0.
|
103
|
-
ddi_fw-0.0.
|
100
|
+
ddi_fw-0.0.152.dist-info/METADATA,sha256=Uueb3soUc8ep8pcrJ-VN7PFP7pmSIfJ25QkpwGUKUcs,2082
|
101
|
+
ddi_fw-0.0.152.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91
|
102
|
+
ddi_fw-0.0.152.dist-info/top_level.txt,sha256=PMwHICFZTZtcpzQNPV4UQnfNXYIeLR_Ste-Wfc1h810,7
|
103
|
+
ddi_fw-0.0.152.dist-info/RECORD,,
|
File without changes
|
File without changes
|