Metadata-Version: 2.4
Name: RagForge
Version: 0.1.0
Summary: A modular Retrieval-Augmented Generation (RAG) library integrating Vertex AI, OpenAI, and ChromaDB.
Author-email: Kusal Bandara <gpbandarakusal@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Pula99/ragify
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: chromadb==0.6.0
Requires-Dist: google-cloud-aiplatform==1.120.0
Requires-Dist: langchain-google-vertexai==3.0.0
Requires-Dist: openai==2.5.0
Requires-Dist: protobuf==6.33.0
Requires-Dist: pytest==8.4.2
Requires-Dist: python-dotenv==1.1.1
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: license-file

# ragify

