ragxo 0.1.0__tar.gz → 0.1.2__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: ragxo
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A RAG (Retrieval-Augmented Generation) toolkit with Milvus integration
|
5
5
|
Home-page: https://github.com/yourusername/ragx
|
6
6
|
License: MIT
|
@@ -19,11 +19,9 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
19
19
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
20
20
|
Requires-Dist: dill (>=0.3.9,<0.4.0)
|
21
21
|
Requires-Dist: milvus (>=2.3.9,<3.0.0)
|
22
|
-
Requires-Dist: nltk (>=3.9.1,<4.0.0)
|
23
22
|
Requires-Dist: openai (>=1.61.1,<2.0.0)
|
24
23
|
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
|
25
24
|
Requires-Dist: pymilvus (>=2.5.4,<3.0.0)
|
26
|
-
Requires-Dist: sentence-transformers (>=3.4.1,<4.0.0)
|
27
25
|
Project-URL: Repository, https://github.com/yourusername/ragx
|
28
26
|
Description-Content-Type: text/markdown
|
29
27
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "ragxo"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.2"
|
4
4
|
description = "A RAG (Retrieval-Augmented Generation) toolkit with Milvus integration"
|
5
5
|
authors = ["Mohamed Sadek <mohamedfawzydes@gmail.com>"]
|
6
6
|
readme = "README.md"
|
@@ -23,8 +23,6 @@ python = "^3.11"
|
|
23
23
|
milvus = "^2.3.9"
|
24
24
|
pymilvus = "^2.5.4"
|
25
25
|
pydantic = "^2.10.6"
|
26
|
-
nltk = "^3.9.1"
|
27
|
-
sentence-transformers = "^3.4.1"
|
28
26
|
dill = "^0.3.9"
|
29
27
|
openai = "^1.61.1"
|
30
28
|
|
ragxo-0.1.0/ragxo/__init__.py
DELETED
File without changes
|
File without changes
|