trustgraph-vertexai 0.21.8__tar.gz → 0.21.10__tar.gz
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.
Potentially problematic release.
This version of trustgraph-vertexai might be problematic. Click here for more details.
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/PKG-INFO +2 -2
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph/model/text_completion/vertexai/llm.py +2 -2
- trustgraph-vertexai-0.21.10/trustgraph/vertexai_version.py +1 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/PKG-INFO +2 -2
- trustgraph-vertexai-0.21.8/trustgraph/vertexai_version.py +0 -1
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/README.md +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/scripts/text-completion-vertexai +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/setup.cfg +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/setup.py +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph/model/text_completion/vertexai/__init__.py +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph/model/text_completion/vertexai/__main__.py +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/SOURCES.txt +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/dependency_links.txt +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/requires.txt +0 -0
- {trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/top_level.txt +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: trustgraph-vertexai
|
|
3
|
-
Version: 0.21.
|
|
3
|
+
Version: 0.21.10
|
|
4
4
|
Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
|
|
5
5
|
Home-page: https://github.com/trustgraph-ai/trustgraph
|
|
6
|
-
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.
|
|
6
|
+
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.10.tar.gz
|
|
7
7
|
Author: trustgraph.ai
|
|
8
8
|
Author-email: security@trustgraph.ai
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -169,7 +169,7 @@ class Processor(ConsumerProducer):
|
|
|
169
169
|
model=self.model
|
|
170
170
|
)
|
|
171
171
|
|
|
172
|
-
self.
|
|
172
|
+
await self.send(r, properties={"id": id})
|
|
173
173
|
|
|
174
174
|
print("Done.", flush=True)
|
|
175
175
|
|
|
@@ -202,7 +202,7 @@ class Processor(ConsumerProducer):
|
|
|
202
202
|
model=None,
|
|
203
203
|
)
|
|
204
204
|
|
|
205
|
-
self.
|
|
205
|
+
await self.send(r, properties={"id": id})
|
|
206
206
|
|
|
207
207
|
self.consumer.acknowledge(msg)
|
|
208
208
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.21.10"
|
{trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/PKG-INFO
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: trustgraph-vertexai
|
|
3
|
-
Version: 0.21.
|
|
3
|
+
Version: 0.21.10
|
|
4
4
|
Summary: TrustGraph provides a means to run a pipeline of flexible AI processing components in a flexible means to achieve a processing pipeline.
|
|
5
5
|
Home-page: https://github.com/trustgraph-ai/trustgraph
|
|
6
|
-
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.
|
|
6
|
+
Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.21.10.tar.gz
|
|
7
7
|
Author: trustgraph.ai
|
|
8
8
|
Author-email: security@trustgraph.ai
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.21.8"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{trustgraph-vertexai-0.21.8 → trustgraph-vertexai-0.21.10}/trustgraph_vertexai.egg-info/requires.txt
RENAMED
|
File without changes
|
|
File without changes
|