trustgraph-embeddings-hf 0.11.18__tar.gz → 0.12.1__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.
Files changed (17) hide show
  1. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/PKG-INFO +6 -16
  2. trustgraph-embeddings-hf-0.12.1/trustgraph/embeddings_hf_version.py +1 -0
  3. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph_embeddings_hf.egg-info/PKG-INFO +6 -16
  4. trustgraph-embeddings-hf-0.11.18/trustgraph/embeddings_hf_version.py +0 -1
  5. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/README.md +0 -0
  6. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/scripts/embeddings-hf +0 -0
  7. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/setup.cfg +0 -0
  8. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/setup.py +0 -0
  9. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph/__init__.py +0 -0
  10. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph/embeddings/__init__.py +0 -0
  11. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph/embeddings/hf/__init__.py +0 -0
  12. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph/embeddings/hf/__main__.py +0 -0
  13. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph/embeddings/hf/hf.py +0 -0
  14. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph_embeddings_hf.egg-info/SOURCES.txt +0 -0
  15. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph_embeddings_hf.egg-info/dependency_links.txt +0 -0
  16. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph_embeddings_hf.egg-info/requires.txt +9 -9
  17. {trustgraph-embeddings-hf-0.11.18 → trustgraph-embeddings-hf-0.12.1}/trustgraph_embeddings_hf.egg-info/top_level.txt +0 -0
@@ -1,29 +1,19 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-embeddings-hf
3
- Version: 0.11.18
3
+ Version: 0.12.1
4
4
  Summary: HuggingFace embeddings support for TrustGraph.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.11.18.tar.gz
7
6
  Author: trustgraph.ai
8
7
  Author-email: security@trustgraph.ai
8
+ License: UNKNOWN
9
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.12.1.tar.gz
10
+ Platform: UNKNOWN
9
11
  Classifier: Programming Language :: Python :: 3
10
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
11
13
  Classifier: Operating System :: OS Independent
12
14
  Requires-Python: >=3.8
13
15
  Description-Content-Type: text/markdown
14
- Requires-Dist: trustgraph-base
15
- Requires-Dist: trustgraph-flow
16
- Requires-Dist: torch
17
- Requires-Dist: urllib3
18
- Requires-Dist: transformers
19
- Requires-Dist: sentence-transformers
20
- Requires-Dist: langchain
21
- Requires-Dist: langchain-core
22
- Requires-Dist: langchain-huggingface
23
- Requires-Dist: langchain-community
24
- Requires-Dist: huggingface-hub
25
- Requires-Dist: pulsar-client
26
- Requires-Dist: pyyaml
27
- Requires-Dist: prometheus-client
28
16
 
29
17
  See https://trustgraph.ai/
18
+
19
+
@@ -0,0 +1 @@
1
+ __version__ = "0.12.1"
@@ -1,29 +1,19 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: trustgraph-embeddings-hf
3
- Version: 0.11.18
3
+ Version: 0.12.1
4
4
  Summary: HuggingFace embeddings support for TrustGraph.
5
5
  Home-page: https://github.com/trustgraph-ai/trustgraph
6
- Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.11.18.tar.gz
7
6
  Author: trustgraph.ai
8
7
  Author-email: security@trustgraph.ai
8
+ License: UNKNOWN
9
+ Download-URL: https://github.com/trustgraph-ai/trustgraph/archive/refs/tags/v0.12.1.tar.gz
10
+ Platform: UNKNOWN
9
11
  Classifier: Programming Language :: Python :: 3
10
12
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
11
13
  Classifier: Operating System :: OS Independent
12
14
  Requires-Python: >=3.8
13
15
  Description-Content-Type: text/markdown
14
- Requires-Dist: trustgraph-base
15
- Requires-Dist: trustgraph-flow
16
- Requires-Dist: torch
17
- Requires-Dist: urllib3
18
- Requires-Dist: transformers
19
- Requires-Dist: sentence-transformers
20
- Requires-Dist: langchain
21
- Requires-Dist: langchain-core
22
- Requires-Dist: langchain-huggingface
23
- Requires-Dist: langchain-community
24
- Requires-Dist: huggingface-hub
25
- Requires-Dist: pulsar-client
26
- Requires-Dist: pyyaml
27
- Requires-Dist: prometheus-client
28
16
 
29
17
  See https://trustgraph.ai/
18
+
19
+
@@ -1 +0,0 @@
1
- __version__ = "0.11.18"
@@ -1,14 +1,14 @@
1
- trustgraph-base
2
- trustgraph-flow
3
- torch
4
- urllib3
5
- transformers
6
- sentence-transformers
1
+ huggingface-hub
7
2
  langchain
3
+ langchain-community
8
4
  langchain-core
9
5
  langchain-huggingface
10
- langchain-community
11
- huggingface-hub
6
+ prometheus-client
12
7
  pulsar-client
13
8
  pyyaml
14
- prometheus-client
9
+ sentence-transformers
10
+ torch
11
+ transformers
12
+ trustgraph-base
13
+ trustgraph-flow
14
+ urllib3