swarmauri_embedding_doc2vec 0.10.0.dev5__tar.gz → 0.11.0.dev1__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.
- {swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/PKG-INFO +15 -13
- {swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/README.md +8 -8
- {swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/pyproject.toml +8 -6
- {swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/LICENSE +0 -0
- {swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/swarmauri_embedding_doc2vec/Doc2VecEmbedding.py +0 -0
- {swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/swarmauri_embedding_doc2vec/__init__.py +0 -0
{swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/PKG-INFO
RENAMED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swarmauri_embedding_doc2vec
|
|
3
|
-
Version: 0.
|
|
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.
|
|
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
|
-

|
|
26
|
+

|
|
26
27
|
|
|
27
28
|
<p align="center">
|
|
28
|
-
<a href="https://
|
|
29
|
-
<img src="https://
|
|
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/
|
|
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
|
-
|
|
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
|
+
|
{swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/README.md
RENAMED
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-

|
|
1
|
+

|
|
3
2
|
|
|
4
3
|
<p align="center">
|
|
5
|
-
<a href="https://
|
|
6
|
-
<img src="https://
|
|
4
|
+
<a href="https://pepy.tech/project/swarmauri_embedding_doc2vec/">
|
|
5
|
+
<img src="https://static.pepy.tech/badge/swarmauri_embedding_doc2vec/month" alt="PyPI - Downloads"/></a>
|
|
7
6
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_embedding_doc2vec/">
|
|
8
7
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swarmauri_embedding_doc2vec.svg"/></a>
|
|
9
8
|
<a href="https://pypi.org/project/swarmauri_embedding_doc2vec/">
|
|
10
|
-
<img src="https://img.shields.io/
|
|
9
|
+
<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>
|
|
11
10
|
<a href="https://pypi.org/project/swarmauri_embedding_doc2vec/">
|
|
12
11
|
<img src="https://img.shields.io/pypi/l/swarmauri_embedding_doc2vec" alt="PyPI - License"/></a>
|
|
13
12
|
<a href="https://pypi.org/project/swarmauri_embedding_doc2vec/">
|
|
14
13
|
<img src="https://img.shields.io/pypi/v/swarmauri_embedding_doc2vec?label=swarmauri_embedding_doc2vec&color=green" alt="PyPI - swarmauri_embedding_doc2vec"/></a>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
---
|
|
14
|
+
<a href="https://discord.gg/N4UpBuQv8T">
|
|
15
|
+
<img src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white" alt="Discord"/></a></p>
|
|
18
16
|
|
|
19
17
|
# Swarmauri Embedding Doc2vec
|
|
20
18
|
|
|
@@ -71,3 +69,5 @@ embedder.load_model(model_path)
|
|
|
71
69
|
## Want to help?
|
|
72
70
|
|
|
73
71
|
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.
|
|
72
|
+
|
|
73
|
+
|
{swarmauri_embedding_doc2vec-0.10.0.dev5 → swarmauri_embedding_doc2vec-0.11.0.dev1}/pyproject.toml
RENAMED
|
@@ -1,19 +1,21 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_embedding_doc2vec"
|
|
3
|
-
version = "0.
|
|
3
|
+
version = "0.11.0.dev1"
|
|
4
4
|
description = "A Doc2Vec based Embedding Model."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
repository = "http://github.com/swarmauri/swarmauri-sdk"
|
|
8
|
-
requires-python = ">=3.10,<3.
|
|
8
|
+
requires-python = ">=3.10,<3.15"
|
|
9
9
|
classifiers = [
|
|
10
10
|
"License :: OSI Approved :: Apache Software License",
|
|
11
|
-
"Programming Language :: Python :: 3.10",
|
|
12
|
-
"Programming Language :: Python :: 3.11",
|
|
13
|
-
"Programming Language :: Python :: 3.12",
|
|
14
11
|
"Programming Language :: Python",
|
|
15
12
|
"Programming Language :: Python :: 3",
|
|
16
13
|
"Programming Language :: Python :: 3 :: Only",
|
|
14
|
+
"Programming Language :: Python :: 3.10",
|
|
15
|
+
"Programming Language :: Python :: 3.11",
|
|
16
|
+
"Programming Language :: Python :: 3.12",
|
|
17
|
+
"Programming Language :: Python :: 3.13",
|
|
18
|
+
"Programming Language :: Python :: 3.14",
|
|
17
19
|
]
|
|
18
20
|
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
19
21
|
dependencies = [
|
|
@@ -72,7 +74,7 @@ dev = [
|
|
|
72
74
|
"pytest-xdist>=3.6.1",
|
|
73
75
|
"pytest-json-report>=1.5.0",
|
|
74
76
|
"python-dotenv",
|
|
75
|
-
"
|
|
77
|
+
"httpx>=0.27",
|
|
76
78
|
"flake8>=7.0",
|
|
77
79
|
"pytest-timeout>=2.3.1",
|
|
78
80
|
"ruff>=0.9.9",
|
|
File without changes
|
|
File without changes
|