sunholo 0.62.10__py3-none-any.whl → 0.62.11__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/utils/config.py +1 -1
- sunholo/vertex/memory_tools.py +1 -1
- {sunholo-0.62.10.dist-info → sunholo-0.62.11.dist-info}/METADATA +2 -2
- {sunholo-0.62.10.dist-info → sunholo-0.62.11.dist-info}/RECORD +8 -8
- {sunholo-0.62.10.dist-info → sunholo-0.62.11.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.62.10.dist-info → sunholo-0.62.11.dist-info}/WHEEL +0 -0
- {sunholo-0.62.10.dist-info → sunholo-0.62.11.dist-info}/entry_points.txt +0 -0
- {sunholo-0.62.10.dist-info → sunholo-0.62.11.dist-info}/top_level.txt +0 -0
sunholo/utils/config.py
CHANGED
sunholo/vertex/memory_tools.py
CHANGED
|
@@ -37,7 +37,7 @@ def get_vertex_memories(vector_name):
|
|
|
37
37
|
print("Error fetching corpus:", str(e))
|
|
38
38
|
```
|
|
39
39
|
"""
|
|
40
|
-
gcp_config = load_config_key("gcp_config", vector_name=vector_name,
|
|
40
|
+
gcp_config = load_config_key("gcp_config", vector_name=vector_name, kind="vacConfig")
|
|
41
41
|
|
|
42
42
|
if not rag:
|
|
43
43
|
raise ValueError("Need to install vertexai module via `pip install sunholo[gcp]`")
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.62.
|
|
3
|
+
Version: 0.62.11
|
|
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.62.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.62.11.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
@@ -90,7 +90,7 @@ sunholo/summarise/__init__.py,sha256=MZk3dblUMODcPb1crq4v-Z508NrFIpkSWNf9FIO8BcU
|
|
|
90
90
|
sunholo/summarise/summarise.py,sha256=C3HhjepTjUhUC8FLk4jMQIBvq1BcORniwuTFHjPVhVo,3784
|
|
91
91
|
sunholo/utils/__init__.py,sha256=G11nN_6ATjxpuMfG_BvcUr9UU8onPIgkpTK6CjOcbr8,48
|
|
92
92
|
sunholo/utils/big_context.py,sha256=gJIP7_ZL-YSLhOMq8jmFTMqH1wq8eB1NK7oKPeZAq2s,5578
|
|
93
|
-
sunholo/utils/config.py,sha256=
|
|
93
|
+
sunholo/utils/config.py,sha256=v5J5j2K9TDDw2mJne5q63jCqvp9Few0Wgesc7j-46HI,8950
|
|
94
94
|
sunholo/utils/config_schema.py,sha256=Wv-ncitzljOhgbDaq9qnFqH5LCuxNv59dTGDWgd1qdk,4189
|
|
95
95
|
sunholo/utils/gcp.py,sha256=uueODEpA-P6O15-t0hmcGC9dONLO_hLfzSsSoQnkUss,4854
|
|
96
96
|
sunholo/utils/gcp_project.py,sha256=0ozs6tzI4qEvEeXb8MxLnCdEVoWKxlM6OH05htj7_tc,1325
|
|
@@ -99,10 +99,10 @@ sunholo/utils/timedelta.py,sha256=BbLabEx7_rbErj_YbNM0MBcaFN76DC4PTe4zD2ucezg,49
|
|
|
99
99
|
sunholo/utils/user_ids.py,sha256=SQd5_H7FE7vcTZp9AQuQDWBXd4FEEd7TeVMQe1H4Ny8,292
|
|
100
100
|
sunholo/vertex/__init__.py,sha256=7B5Wf41da0dl9JOOrwq35Ob5jcKen_w5T-Tw5f4eoWE,75
|
|
101
101
|
sunholo/vertex/init.py,sha256=JDMUaBRdednzbKF-5p33qqLit2LMsvgvWW-NRz0AqO0,1801
|
|
102
|
-
sunholo/vertex/memory_tools.py,sha256
|
|
103
|
-
sunholo-0.62.
|
|
104
|
-
sunholo-0.62.
|
|
105
|
-
sunholo-0.62.
|
|
106
|
-
sunholo-0.62.
|
|
107
|
-
sunholo-0.62.
|
|
108
|
-
sunholo-0.62.
|
|
102
|
+
sunholo/vertex/memory_tools.py,sha256=AFiuUPeP35b2FtKIwB2hq7GvJCdhmqfsyrbxtzi5gZQ,3598
|
|
103
|
+
sunholo-0.62.11.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
|
104
|
+
sunholo-0.62.11.dist-info/METADATA,sha256=8FrAnNnCbP4EIDBvptazo6kQnO-OgJNQCfchwZsSaR0,8059
|
|
105
|
+
sunholo-0.62.11.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
106
|
+
sunholo-0.62.11.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
|
107
|
+
sunholo-0.62.11.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
|
108
|
+
sunholo-0.62.11.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|