trustgraph-bedrock 0.21.18__tar.gz → 0.21.19__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.
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/PKG-INFO +2 -2
- trustgraph-bedrock-0.21.19/trustgraph/bedrock_version.py +1 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph/model/text_completion/bedrock/llm.py +3 -1
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/PKG-INFO +2 -2
- trustgraph-bedrock-0.21.18/trustgraph/bedrock_version.py +0 -1
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/README.md +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/scripts/text-completion-bedrock +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/setup.cfg +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/setup.py +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph/model/text_completion/bedrock/__init__.py +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph/model/text_completion/bedrock/__main__.py +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/SOURCES.txt +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/dependency_links.txt +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/requires.txt +0 -0
- {trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/top_level.txt +0 -0
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: trustgraph-bedrock
|
3
|
-
Version: 0.21.
|
3
|
+
Version: 0.21.19
|
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.19.tar.gz
|
7
7
|
Author: trustgraph.ai
|
8
8
|
Author-email: security@trustgraph.ai
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "0.21.19"
|
@@ -302,7 +302,7 @@ class Processor(ConsumerProducer):
|
|
302
302
|
model=str(self.model),
|
303
303
|
)
|
304
304
|
|
305
|
-
self.send(r, properties={"id": id})
|
305
|
+
await self.send(r, properties={"id": id})
|
306
306
|
|
307
307
|
print("Done.", flush=True)
|
308
308
|
|
@@ -333,6 +333,8 @@ class Processor(ConsumerProducer):
|
|
333
333
|
model=None,
|
334
334
|
)
|
335
335
|
|
336
|
+
await self.send(r, properties={"id": id})
|
337
|
+
|
336
338
|
self.consumer.acknowledge(msg)
|
337
339
|
|
338
340
|
@staticmethod
|
{trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/PKG-INFO
RENAMED
@@ -1,9 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: trustgraph-bedrock
|
3
|
-
Version: 0.21.
|
3
|
+
Version: 0.21.19
|
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.19.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.18"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/requires.txt
RENAMED
File without changes
|
{trustgraph-bedrock-0.21.18 → trustgraph-bedrock-0.21.19}/trustgraph_bedrock.egg-info/top_level.txt
RENAMED
File without changes
|