sunholo 0.96.9__py3-none-any.whl → 0.97.2__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/discovery_engine_client.py +1 -1
- {sunholo-0.96.9.dist-info → sunholo-0.97.2.dist-info}/METADATA +11 -16
- {sunholo-0.96.9.dist-info → sunholo-0.97.2.dist-info}/RECORD +7 -7
- {sunholo-0.96.9.dist-info → sunholo-0.97.2.dist-info}/LICENSE.txt +0 -0
- {sunholo-0.96.9.dist-info → sunholo-0.97.2.dist-info}/WHEEL +0 -0
- {sunholo-0.96.9.dist-info → sunholo-0.97.2.dist-info}/entry_points.txt +0 -0
- {sunholo-0.96.9.dist-info → sunholo-0.97.2.dist-info}/top_level.txt +0 -0
|
@@ -291,7 +291,7 @@ class DiscoveryEngineClient:
|
|
|
291
291
|
|
|
292
292
|
if parse_chunks_to_string:
|
|
293
293
|
|
|
294
|
-
big_string = self.
|
|
294
|
+
big_string = await self.async_process_chunks(search_response)
|
|
295
295
|
log.info(f"Discovery engine chunks string sample: {big_string[:100]}")
|
|
296
296
|
|
|
297
297
|
return big_string
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sunholo
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.97.2
|
|
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.
|
|
6
|
+
Download-URL: https://github.com/sunholo-data/sunholo-py/archive/refs/tags/v0.97.2.tar.gz
|
|
7
7
|
Author: Holosun ApS
|
|
8
8
|
Author-email: multivac@sunholo.com
|
|
9
9
|
License: Apache License, Version 2.0
|
|
@@ -20,7 +20,7 @@ Description-Content-Type: text/markdown
|
|
|
20
20
|
License-File: LICENSE.txt
|
|
21
21
|
Requires-Dist: google-auth
|
|
22
22
|
Requires-Dist: ruamel.yaml
|
|
23
|
-
Requires-Dist: langchain
|
|
23
|
+
Requires-Dist: langchain ==0.2.16
|
|
24
24
|
Requires-Dist: langchain-experimental >=0.0.61
|
|
25
25
|
Requires-Dist: langchain-community >=0.2.11
|
|
26
26
|
Provides-Extra: all
|
|
@@ -52,10 +52,10 @@ Requires-Dist: lancedb ; extra == 'all'
|
|
|
52
52
|
Requires-Dist: langchain >=0.2.12 ; extra == 'all'
|
|
53
53
|
Requires-Dist: langchain-experimental >=0.0.61 ; extra == 'all'
|
|
54
54
|
Requires-Dist: langchain-community >=0.2.11 ; extra == 'all'
|
|
55
|
-
Requires-Dist: langchain-openai
|
|
56
|
-
Requires-Dist: langchain-google-genai
|
|
55
|
+
Requires-Dist: langchain-openai ==0.1.25 ; extra == 'all'
|
|
56
|
+
Requires-Dist: langchain-google-genai ==1.0.10 ; extra == 'all'
|
|
57
57
|
Requires-Dist: langchain-google-alloydb-pg ; extra == 'all'
|
|
58
|
-
Requires-Dist: langchain-anthropic
|
|
58
|
+
Requires-Dist: langchain-anthropic ==0.1.23 ; extra == 'all'
|
|
59
59
|
Requires-Dist: langchain-google-vertexai ; extra == 'all'
|
|
60
60
|
Requires-Dist: langfuse ; extra == 'all'
|
|
61
61
|
Requires-Dist: pg8000 ; extra == 'all'
|
|
@@ -77,7 +77,7 @@ Requires-Dist: tiktoken ; extra == 'all'
|
|
|
77
77
|
Requires-Dist: unstructured[local-inference] ==0.14.9 ; extra == 'all'
|
|
78
78
|
Requires-Dist: xlwings ; extra == 'all'
|
|
79
79
|
Provides-Extra: anthropic
|
|
80
|
-
Requires-Dist: langchain-anthropic
|
|
80
|
+
Requires-Dist: langchain-anthropic ==0.1.23 ; extra == 'anthropic'
|
|
81
81
|
Provides-Extra: azure
|
|
82
82
|
Requires-Dist: azure-identity ; extra == 'azure'
|
|
83
83
|
Requires-Dist: azure-storage-blob ; extra == 'azure'
|
|
@@ -112,7 +112,7 @@ Requires-Dist: google-cloud-logging ; extra == 'gcp'
|
|
|
112
112
|
Requires-Dist: google-cloud-pubsub ; extra == 'gcp'
|
|
113
113
|
Requires-Dist: google-cloud-discoveryengine ; extra == 'gcp'
|
|
114
114
|
Requires-Dist: google-generativeai >=0.7.1 ; extra == 'gcp'
|
|
115
|
-
Requires-Dist: langchain-google-genai
|
|
115
|
+
Requires-Dist: langchain-google-genai ==1.0.10 ; extra == 'gcp'
|
|
116
116
|
Requires-Dist: langchain-google-alloydb-pg >=0.2.2 ; extra == 'gcp'
|
|
117
117
|
Requires-Dist: langchain-google-vertexai ; extra == 'gcp'
|
|
118
118
|
Requires-Dist: pillow ; extra == 'gcp'
|
|
@@ -129,7 +129,7 @@ Requires-Dist: tenacity ; extra == 'http'
|
|
|
129
129
|
Provides-Extra: iac
|
|
130
130
|
Requires-Dist: python-hcl2 ; extra == 'iac'
|
|
131
131
|
Provides-Extra: openai
|
|
132
|
-
Requires-Dist: langchain-openai ; extra == 'openai'
|
|
132
|
+
Requires-Dist: langchain-openai ==0.1.25 ; extra == 'openai'
|
|
133
133
|
Requires-Dist: tiktoken ; extra == 'openai'
|
|
134
134
|
Provides-Extra: pipeline
|
|
135
135
|
Requires-Dist: GitPython ; extra == 'pipeline'
|
|
@@ -152,14 +152,9 @@ Please refer to the website for full documentation at https://dev.sunholo.com/
|
|
|
152
152
|
|
|
153
153
|
A [NotebookLM](https://notebooklm.google/) generated podcast of the codebase that may help give you an overview of what the library is capable of:
|
|
154
154
|
|
|
155
|
-
|
|
156
|
-
<source src="https://drive.google.com/uc?export=download&id=1GvwRmiYDjPjN2hXQ8plhnVDByu6TmgCQ" type="audio/wav">
|
|
157
|
-
Your browser does not support the audio element.
|
|
158
|
-
</audio>
|
|
159
|
-
|
|
160
|
-
[Alternatively, Download the audio file from Google Drive](https://drive.google.com/uc?export=download&id=1GvwRmiYDjPjN2hXQ8plhnVDByu6TmgCQ)
|
|
161
|
-
|
|
155
|
+
[Listen to the audio file from Google Drive](https://drive.google.com/file/d/1GvwRmiYDjPjN2hXQ8plhnVDByu6TmgCQ/view?usp=drive_link) or on the website at https://dev.sunholo.com/docs/
|
|
162
156
|
|
|
157
|
+
> "Ever wish you could build your own AI?..."
|
|
163
158
|
|
|
164
159
|
## Tests via pytest
|
|
165
160
|
|
|
@@ -73,7 +73,7 @@ sunholo/database/sql/sb/setup.sql,sha256=CvoFvZQev2uWjmFa3aj3m3iuPFzAAJZ0S7Qi3L3
|
|
|
73
73
|
sunholo/discovery_engine/__init__.py,sha256=hLgqRDJ22Aov9o2QjAEfsVgnL3kMdM-g5p8RJ9OyKdQ,130
|
|
74
74
|
sunholo/discovery_engine/chunker_handler.py,sha256=Fv4BLOBi_7ap3AiAy4TlTN48CLZSMurJ3TkvC75Euro,5123
|
|
75
75
|
sunholo/discovery_engine/create_new.py,sha256=NzhSh6nG6nQ5J9gZh8IDph4JiEVT_DC5GGvP0GuwTWs,943
|
|
76
|
-
sunholo/discovery_engine/discovery_engine_client.py,sha256=
|
|
76
|
+
sunholo/discovery_engine/discovery_engine_client.py,sha256=AO6UK54O1MVQperoZULyCT4mRfMOWht7c1SNN3s1440,21548
|
|
77
77
|
sunholo/discovery_engine/get_ai_search_chunks.py,sha256=6SO6v_4AcrUat0bP7wqC8xg9aY916Fnw_aZsogrLx-g,3877
|
|
78
78
|
sunholo/embedder/__init__.py,sha256=sI4N_CqgEVcrMDxXgxKp1FsfsB4FpjoXgPGkl4N_u4I,44
|
|
79
79
|
sunholo/embedder/embed_chunk.py,sha256=MCbTePWjUbIRVDFFhHJ94BvOZvIom62-mTr0PmfQyt0,6951
|
|
@@ -144,9 +144,9 @@ sunholo/vertex/init.py,sha256=1OQwcPBKZYBTDPdyU7IM4X4OmiXLdsNV30C-fee2scQ,2875
|
|
|
144
144
|
sunholo/vertex/memory_tools.py,sha256=tBZxqVZ4InTmdBvLlOYwoSEWu4-kGquc-gxDwZCC4FA,7667
|
|
145
145
|
sunholo/vertex/safety.py,sha256=S9PgQT1O_BQAkcqauWncRJaydiP8Q_Jzmu9gxYfy1VA,2482
|
|
146
146
|
sunholo/vertex/type_dict_to_json.py,sha256=uTzL4o9tJRao4u-gJOFcACgWGkBOtqACmb6ihvCErL8,4694
|
|
147
|
-
sunholo-0.
|
|
148
|
-
sunholo-0.
|
|
149
|
-
sunholo-0.
|
|
150
|
-
sunholo-0.
|
|
151
|
-
sunholo-0.
|
|
152
|
-
sunholo-0.
|
|
147
|
+
sunholo-0.97.2.dist-info/LICENSE.txt,sha256=SdE3QjnD3GEmqqg9EX3TM9f7WmtOzqS1KJve8rhbYmU,11345
|
|
148
|
+
sunholo-0.97.2.dist-info/METADATA,sha256=9fLsdNHIdKjwbb2INb7eqHHol6X47h2lRr3fXl8tYSU,8310
|
|
149
|
+
sunholo-0.97.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
150
|
+
sunholo-0.97.2.dist-info/entry_points.txt,sha256=bZuN5AIHingMPt4Ro1b_T-FnQvZ3teBes-3OyO0asl4,49
|
|
151
|
+
sunholo-0.97.2.dist-info/top_level.txt,sha256=wt5tadn5--5JrZsjJz2LceoUvcrIvxjHJe-RxuudxAk,8
|
|
152
|
+
sunholo-0.97.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|