swarmauri_embedding_doc2vec 0.10.0.dev4__py3-none-any.whl → 0.11.0.dev1__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.
@@ -1,43 +1,43 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_embedding_doc2vec
3
- Version: 0.10.0.dev4
3
+ Version: 0.11.0.dev1
4
4
  Summary: A Doc2Vec based Embedding Model.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
7
7
  Keywords: swarmauri,sdk,standards,embedding,doc2vec,machine-learning
8
8
  Author: Jacob Stewart
9
9
  Author-email: jacob@swarmauri.com
10
- Requires-Python: >=3.10,<3.13
10
+ Requires-Python: >=3.10,<3.15
11
11
  Classifier: License :: OSI Approved :: Apache Software License
12
- Classifier: Programming Language :: Python :: 3.10
13
- Classifier: Programming Language :: Python :: 3.11
14
- Classifier: Programming Language :: Python :: 3.12
15
12
  Classifier: Programming Language :: Python
16
13
  Classifier: Programming Language :: Python :: 3
17
14
  Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Programming Language :: Python :: 3.13
19
+ Classifier: Programming Language :: Python :: 3.14
18
20
  Requires-Dist: gensim (==4.3.3)
19
21
  Requires-Dist: swarmauri_base
20
22
  Requires-Dist: swarmauri_core
21
23
  Requires-Dist: swarmauri_standard
22
24
  Description-Content-Type: text/markdown
23
25
 
24
-
25
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
26
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
26
27
 
27
28
  <p align="center">
28
- <a href="https://pypi.org/project/swarmauri_embedding_doc2vec/">
29
- <img src="https://img.shields.io/pypi/dm/swarmauri_embedding_doc2vec" alt="PyPI - Downloads"/></a>
29
+ <a href="https://pepy.tech/project/swarmauri_embedding_doc2vec/">
30
+ <img src="https://static.pepy.tech/badge/swarmauri_embedding_doc2vec/month" alt="PyPI - Downloads"/></a>
30
31
  <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_embedding_doc2vec/">
31
32
  <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_embedding_doc2vec.svg"/></a>
32
33
  <a href="https://pypi.org/project/swarmauri_embedding_doc2vec/">
33
- <img src="https://img.shields.io/pypi/pyversions/swarmauri_embedding_doc2vec" alt="PyPI - Python Version"/></a>
34
+ <img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
34
35
  <a href="https://pypi.org/project/swarmauri_embedding_doc2vec/">
35
36
  <img src="https://img.shields.io/pypi/l/swarmauri_embedding_doc2vec" alt="PyPI - License"/></a>
36
37
  <a href="https://pypi.org/project/swarmauri_embedding_doc2vec/">
37
38
  <img src="https://img.shields.io/pypi/v/swarmauri_embedding_doc2vec?label=swarmauri_embedding_doc2vec&color=green" alt="PyPI - swarmauri_embedding_doc2vec"/></a>
38
- </p>
39
-
40
- ---
39
+ <a href="https://discord.gg/N4UpBuQv8T">
40
+ <img src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white" alt="Discord"/></a></p>
41
41
 
42
42
  # Swarmauri Embedding Doc2vec
43
43
 
@@ -95,3 +95,5 @@ embedder.load_model(model_path)
95
95
 
96
96
  If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.
97
97
 
98
+
99
+
@@ -0,0 +1,7 @@
1
+ swarmauri_embedding_doc2vec/Doc2VecEmbedding.py,sha256=Rq5TplQxQ4OZ8fNayqJ4zgr3kXqeLQoaKiUtossoo4E,2720
2
+ swarmauri_embedding_doc2vec/__init__.py,sha256=ls1OkM0dO2qAxmNiw6JjeVcA8R7kIT_miLTdjkBn23Y,507
3
+ swarmauri_embedding_doc2vec-0.11.0.dev1.dist-info/METADATA,sha256=TABPcKRj_3cgeo4nMg7lTbtQlXQwtPklrAqfOXbT8Nc,3885
4
+ swarmauri_embedding_doc2vec-0.11.0.dev1.dist-info/WHEEL,sha256=eY7nduwzv-ldUxpzbRlxwvC693Hg6PX8bWDjEHjZ_dk,88
5
+ swarmauri_embedding_doc2vec-0.11.0.dev1.dist-info/entry_points.txt,sha256=xBXtQFyoxuVM54qQHK_n6b5FnnhRuL7tVXRSBeC47Lc,86
6
+ swarmauri_embedding_doc2vec-0.11.0.dev1.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
7
+ swarmauri_embedding_doc2vec-0.11.0.dev1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.3.1
2
+ Generator: poetry-core 2.4.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,7 +0,0 @@
1
- swarmauri_embedding_doc2vec/Doc2VecEmbedding.py,sha256=Rq5TplQxQ4OZ8fNayqJ4zgr3kXqeLQoaKiUtossoo4E,2720
2
- swarmauri_embedding_doc2vec/__init__.py,sha256=ls1OkM0dO2qAxmNiw6JjeVcA8R7kIT_miLTdjkBn23Y,507
3
- swarmauri_embedding_doc2vec-0.10.0.dev4.dist-info/METADATA,sha256=ilM-rVnruLXYwsRPGO60axPD8vh_GimLDpipNXEmOB8,3607
4
- swarmauri_embedding_doc2vec-0.10.0.dev4.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
5
- swarmauri_embedding_doc2vec-0.10.0.dev4.dist-info/entry_points.txt,sha256=xBXtQFyoxuVM54qQHK_n6b5FnnhRuL7tVXRSBeC47Lc,86
6
- swarmauri_embedding_doc2vec-0.10.0.dev4.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
7
- swarmauri_embedding_doc2vec-0.10.0.dev4.dist-info/RECORD,,