Metadata-Version: 2.4
Name: pinrag
Version: 0.7.1
Summary: A powerful PDF RAG (Retrieval-Augmented Generation) system built with LangChain, designed to be wrapped as an MCP server
Requires-Python: >=3.12
License-File: LICENSE
Requires-Dist: chromadb>=1.4.1
Requires-Dist: langchain-chroma>=0.1.0
Requires-Dist: langchain>=1.2.10
Requires-Dist: langchain-anthropic>=0.3.0
Requires-Dist: langchain-community>=0.4.1
Requires-Dist: langchain-core>=1.2.11
Requires-Dist: langchain-openai>=1.1.9
Requires-Dist: langchain-text-splitters>=1.1.0
Requires-Dist: mcp>=1.26.0
Requires-Dist: pypdf>=6.6.1
Requires-Dist: python-dotenv>=1.2.1
Requires-Dist: youtube-transcript-api>=1.2.0
Provides-Extra: cohere
Requires-Dist: langchain-cohere>=0.2.0; extra == "cohere"
Provides-Extra: eval
Requires-Dist: langsmith>=0.1.0; extra == "eval"
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: ruff>=0.6.1; extra == "dev"
Requires-Dist: mypy>=1.11.1; extra == "dev"
Dynamic: license-file
