Metadata-Version: 2.4
Name: rakam-system-vectorstore
Version: 0.1.0
Summary: Add your description here
Project-URL: Homepage, https://github.com/Rakam-AI/rakam_systems-inhouse
Project-URL: Documentation, https://github.com/Rakam-AI/rakam_systems-inhouse
Project-URL: Repository, https://github.com/Rakam-AI/rakam_systems-inhouse
Project-URL: Issues, https://github.com/Rakam-AI/rakam_systems-inhouse/issues
Author-email: Mohamed Hilel <mohammedjassemhlel@gmail.com>, Peng Zheng <pengzheng990630@outlook.com>
Keywords: embeddings,faiss,pgvector,rag,semantic-search,vector-store
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: numpy>=1.24.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: rakam-system-core
Requires-Dist: tqdm>=4.66.0
Provides-Extra: all
Requires-Dist: beautifulsoup4>=4.12.0; extra == 'all'
Requires-Dist: chonkie==1.4.2; extra == 'all'
Requires-Dist: cohere>=4.0.0; extra == 'all'
Requires-Dist: django>=4.0.0; extra == 'all'
Requires-Dist: docling==2.62.0; extra == 'all'
Requires-Dist: faiss-cpu>=1.12.0; extra == 'all'
Requires-Dist: odfpy==1.4.1; extra == 'all'
Requires-Dist: openai>=1.0.0; extra == 'all'
Requires-Dist: psycopg2-binary>=2.9.9; extra == 'all'
Requires-Dist: pymupdf4llm>=0.0.17; extra == 'all'
Requires-Dist: pymupdf>=1.24.0; extra == 'all'
Requires-Dist: python-docx>=1.2.0; extra == 'all'
Requires-Dist: python-magic>=0.4.27; extra == 'all'
Requires-Dist: sentence-transformers>=5.1.0; extra == 'all'
Requires-Dist: torch>=2.0.0; extra == 'all'
Provides-Extra: cohere
Requires-Dist: cohere>=4.0.0; extra == 'cohere'
Provides-Extra: dev
Requires-Dist: black>=23.0.0; extra == 'dev'
Requires-Dist: pytest-django>=4.5.0; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Requires-Dist: ruff>=0.1.0; extra == 'dev'
Provides-Extra: faiss
Requires-Dist: faiss-cpu>=1.12.0; extra == 'faiss'
Provides-Extra: loaders
Requires-Dist: beautifulsoup4>=4.12.0; extra == 'loaders'
Requires-Dist: chonkie==1.4.2; extra == 'loaders'
Requires-Dist: docling==2.62.0; extra == 'loaders'
Requires-Dist: odfpy==1.4.1; extra == 'loaders'
Requires-Dist: pymupdf4llm>=0.0.17; extra == 'loaders'
Requires-Dist: pymupdf>=1.24.0; extra == 'loaders'
Requires-Dist: python-docx>=1.2.0; extra == 'loaders'
Requires-Dist: python-magic>=0.4.27; extra == 'loaders'
Provides-Extra: local-embeddings
Requires-Dist: sentence-transformers>=5.1.0; extra == 'local-embeddings'
Requires-Dist: torch>=2.0.0; extra == 'local-embeddings'
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == 'openai'
Provides-Extra: postgres
Requires-Dist: django>=4.0.0; extra == 'postgres'
Requires-Dist: psycopg2-binary>=2.9.9; extra == 'postgres'
