Metadata-Version: 2.1
Name: RAGFast
Version: 0.0.3
Summary: its a python llm framework to build the rag apps
Home-page: https://github.com/Abdul-Jaweed/RAGFast
Author: Abdul-Jaweed
Author-email: jdgaming7320@gmail.com
License: MIT
Project-URL: Bug Tracker, https://github.com/Abdul-Jaweed/RAGFast/issues
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ensure==1.0.2
Requires-Dist: langchain==0.1.17
Requires-Dist: openai==1.23.6
Requires-Dist: tiktoken==0.6.0
Requires-Dist: rapidocr-onnxruntime==1.3.22
Requires-Dist: requests==2.31.0
Requires-Dist: langchain-community==0.0.36
Requires-Dist: langchain_openai==0.1.5
Requires-Dist: faiss-cpu==1.8.0
Requires-Dist: pypdf==4.2.0
Requires-Dist: chromadb==0.5.0
Provides-Extra: testing
Requires-Dist: pytest>=7.1.3; extra == "testing"
Requires-Dist: mypy>=0.971; extra == "testing"
Requires-Dist: flake8>=5.0.4; extra == "testing"
Requires-Dist: tox>=3.25.1; extra == "testing"
Requires-Dist: black>=22.8.0; extra == "testing"

# RAGFast
RAGFast is a LLM Framework for building RAG Application with ease of code.
