ragxo 0.1.1__py3-none-any.whl → 0.1.2__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,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ragxo
3
- Version: 0.1.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
 
@@ -0,0 +1,5 @@
1
+ ragxo/__init__.py,sha256=jI_6iulTUQk9JUDft-jM6NHESpZSmJVPIaVOmd4-jWw,65
2
+ ragxo/ragx.py,sha256=KotppZuO9U1aQG0CSbvRTVOXBN0BpaKMlS1IrqBmigk,4394
3
+ ragxo-0.1.2.dist-info/METADATA,sha256=xZ3DcX6lsLCBLnwcn13J5pufLilNnvjL8nk8ccGlyGo,1111
4
+ ragxo-0.1.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
5
+ ragxo-0.1.2.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- ragxo/__init__.py,sha256=jI_6iulTUQk9JUDft-jM6NHESpZSmJVPIaVOmd4-jWw,65
2
- ragxo/ragx.py,sha256=KotppZuO9U1aQG0CSbvRTVOXBN0BpaKMlS1IrqBmigk,4394
3
- ragxo-0.1.1.dist-info/METADATA,sha256=MrCWUmNC2WaRLw9K0wqOvm6-roJyp4Dr6wZCdTl40ok,1202
4
- ragxo-0.1.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
5
- ragxo-0.1.1.dist-info/RECORD,,
File without changes