Metadata-Version: 2.4
Name: zeta-mlx-rag
Version: 0.3.1
Summary: RAG (Retrieval-Augmented Generation) for Zeta MLX
Author: ZetaLab
Author-email: zeta9044@gmail.com
Requires-Python: >=3.10,<3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: embeddings
Requires-Dist: numpy (>=1.26,<2.0)
Requires-Dist: sentence-transformers (>=3.0,<4.0) ; extra == "embeddings"
Requires-Dist: zeta-mlx-core (>=0.3.1,<0.4.0)
Requires-Dist: zeta-mlx-inference (>=0.3.1,<0.4.0)
