sunholo 0.119.11__py3-none-any.whl → 0.119.12__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.
- sunholo/discovery_engine/chunker_handler.py +4 -0
- {sunholo-0.119.11.dist-info → sunholo-0.119.12.dist-info}/METADATA +1 -1
- {sunholo-0.119.11.dist-info → sunholo-0.119.12.dist-info}/RECORD +7 -7
- {sunholo-0.119.11.dist-info → sunholo-0.119.12.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.119.11.dist-info → sunholo-0.119.12.dist-info}/WHEEL +0 -0
- {sunholo-0.119.11.dist-info → sunholo-0.119.12.dist-info}/entry_points.txt +0 -0
- {sunholo-0.119.11.dist-info → sunholo-0.119.12.dist-info}/top_level.txt +0 -0
@@ -152,6 +152,10 @@ def discovery_engine_chunker_check(message_data,
|
|
152
152
|
|
153
153
|
return llama
|
154
154
|
|
155
|
+
# If not processing and only memory, do not process further
|
156
|
+
if not process and total_memories == 1:
|
157
|
+
return metadata
|
158
|
+
|
155
159
|
elif llama:
|
156
160
|
log.info("Discovery Engine found but not the only memory, continuing with other processes.")
|
157
161
|
|
@@ -72,7 +72,7 @@ sunholo/database/sql/sb/delete_source_row.sql,sha256=r6fEuUKdbiLHCDGKSbKINDCpJjs
|
|
72
72
|
sunholo/database/sql/sb/return_sources.sql,sha256=89KAnxfK8n_qGK9jy1OQT8f9n4uYUtYL5cCxbC2mj_c,255
|
73
73
|
sunholo/database/sql/sb/setup.sql,sha256=CvoFvZQev2uWjmFa3aj3m3iuPFzAAJZ0S7Qi3L3-zZI,89
|
74
74
|
sunholo/discovery_engine/__init__.py,sha256=hLgqRDJ22Aov9o2QjAEfsVgnL3kMdM-g5p8RJ9OyKdQ,130
|
75
|
-
sunholo/discovery_engine/chunker_handler.py,sha256=
|
75
|
+
sunholo/discovery_engine/chunker_handler.py,sha256=2775W5wHzdkYXqkRMlwh8MRbas20wcMnnnNngo0ljms,6160
|
76
76
|
sunholo/discovery_engine/cli.py,sha256=KGVle5rkLL49oF9TQhrGI--8017IvvLOEoYur545Qb0,12790
|
77
77
|
sunholo/discovery_engine/create_new.py,sha256=WUi4_xh_dFaGX3xA9jkNKZhaR6LCELjMPeRb0hyj4FU,1226
|
78
78
|
sunholo/discovery_engine/discovery_engine_client.py,sha256=0h3h_Vy8vCcvfSBhGl8qSgVzDakOmsaPPFqHIGh3mv8,33053
|
@@ -166,9 +166,9 @@ sunholo/vertex/init.py,sha256=1OQwcPBKZYBTDPdyU7IM4X4OmiXLdsNV30C-fee2scQ,2875
|
|
166
166
|
sunholo/vertex/memory_tools.py,sha256=tBZxqVZ4InTmdBvLlOYwoSEWu4-kGquc-gxDwZCC4FA,7667
|
167
167
|
sunholo/vertex/safety.py,sha256=S9PgQT1O_BQAkcqauWncRJaydiP8Q_Jzmu9gxYfy1VA,2482
|
168
168
|
sunholo/vertex/type_dict_to_json.py,sha256=uTzL4o9tJRao4u-gJOFcACgWGkBOtqACmb6ihvCErL8,4694
|
169
|
-
sunholo-0.119.
|
170
|
-
sunholo-0.119.
|
171
|
-
sunholo-0.119.
|
172
|
-
sunholo-0.119.
|
173
|
-
sunholo-0.119.
|
174
|
-
sunholo-0.119.
|
169
|
+
sunholo-0.119.12.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
170
|
+
sunholo-0.119.12.dist-info/METADATA,sha256=G20pX3grtYLx_JRO0HH87UuX5u2XYYG5JICKAfVr_UM,9715
|
171
|
+
sunholo-0.119.12.dist-info/WHEEL,sha256=nn6H5-ilmfVryoAQl3ZQ2l8SH5imPWFpm1A5FgEuFV4,91
|
172
|
+
sunholo-0.119.12.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
173
|
+
sunholo-0.119.12.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
174
|
+
sunholo-0.119.12.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|