sunholo 0.71.25__py3-none-any.whl → 0.71.26__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/vertex/memory_tools.py +6 -0
- {sunholo-0.71.25.dist-info → sunholo-0.71.26.dist-info}/METADATA +2 -2
- {sunholo-0.71.25.dist-info → sunholo-0.71.26.dist-info}/RECORD +7 -7
- {sunholo-0.71.25.dist-info → sunholo-0.71.26.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.71.25.dist-info → sunholo-0.71.26.dist-info}/WHEEL +0 -0
- {sunholo-0.71.25.dist-info → sunholo-0.71.26.dist-info}/entry_points.txt +0 -0
- {sunholo-0.71.25.dist-info → sunholo-0.71.26.dist-info}/top_level.txt +0 -0
sunholo/vertex/memory_tools.py
CHANGED
|
@@ -92,6 +92,12 @@ def get_vertex_memories(vector_name):
|
|
|
92
92
|
log.warning("Data stores for chunks do not work with Tools yet, call data store directly instead")
|
|
93
93
|
continue
|
|
94
94
|
|
|
95
|
+
if value.get('read_only'):
|
|
96
|
+
new_vector_name = value.get('vector_name')
|
|
97
|
+
if not new_vector_name:
|
|
98
|
+
log.warning("read_only specified but no new vector_name to read from")
|
|
99
|
+
vector_name = new_vector_name
|
|
100
|
+
|
|
95
101
|
de = DiscoveryEngineClient(vector_name, project_id=project_id)
|
|
96
102
|
log.info(f"Found vectorstore {vectorstore}")
|
|
97
103
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.71.
|
|
3
|
+
Version: 0.71.26
|
|
4
4
|
Summary: Large Language Model DevOps - a package to help deploy LLMs to the Cloud.
|
|
5
5
|
Home-page: https://github.com/sunholo-data/sunholo-py
|
|
6
|
-
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.71.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.71.26.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
@@ -113,11 +113,11 @@ sunholo/vertex/__init__.py,sha256=XH7FUKxdIgN9H2iDcWxL3sRnVHC3297G24RqEn4Ob0Y,24
|
|
|
113
113
|
sunholo/vertex/extensions.py,sha256=d-Ikt9gHFf-jUMPmyU-xHwYe22QtEyr90Ua1LDKgTws,11026
|
|
114
114
|
sunholo/vertex/extensions_class.py,sha256=E0ix4YqFQG9EglKeTmp2-zwuZUA2crileGahAhe4g5k,12164
|
|
115
115
|
sunholo/vertex/init.py,sha256=-w7b9GKsyJnAJpYHYz6_zBUtmeJeLXlEkgOfwoe4DEI,2715
|
|
116
|
-
sunholo/vertex/memory_tools.py,sha256=
|
|
116
|
+
sunholo/vertex/memory_tools.py,sha256=WpedE5yDZcQiFOFBSOtwr-tRCnCXW9G6aZ01rFDfsMo,6862
|
|
117
117
|
sunholo/vertex/safety.py,sha256=S9PgQT1O_BQAkcqauWncRJaydiP8Q_Jzmu9gxYfy1VA,2482
|
|
118
|
-
sunholo-0.71.
|
|
119
|
-
sunholo-0.71.
|
|
120
|
-
sunholo-0.71.
|
|
121
|
-
sunholo-0.71.
|
|
122
|
-
sunholo-0.71.
|
|
123
|
-
sunholo-0.71.
|
|
118
|
+
sunholo-0.71.26.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
|
119
|
+
sunholo-0.71.26.dist-info/METADATA,sha256=9I9pjclMBvYxgb2pm1J52B6tfRQhAhindw2bIKYJnbE,6767
|
|
120
|
+
sunholo-0.71.26.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
121
|
+
sunholo-0.71.26.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
|
122
|
+
sunholo-0.71.26.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
|
123
|
+
sunholo-0.71.26.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|