Metadata-Version: 2.1
Name: langrade
Version: 0.1.4
Summary: A library for grading document relevance using LLMs
License: MIT
Author: nisaji
Author-email: nisaji27@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
Requires-Dist: chromadb (>=0.5.3,<0.6.0)
Requires-Dist: langchain (>=0.3,<0.4)
Requires-Dist: langchain-anthropic (>=0.2.3,<0.3.0)
Requires-Dist: langchain-community (>=0.3,<0.4)
Requires-Dist: langchain-core (>=0.3,<0.4)
Requires-Dist: langchain-google-genai (>=2.0.1,<3.0.0)
Requires-Dist: langchain-groq (>=0.2.0,<0.3.0)
Requires-Dist: langchain-openai (>=0.2.2,<0.3.0)
Requires-Dist: mkdocs (>=1.6.0,<2.0.0)
Requires-Dist: numpy (>=1.22.5,<2.0.0)
Requires-Dist: openpyxl (>=3.1.5,<4.0.0)
Requires-Dist: pymongo (>=4.8.0,<5.0.0)
Requires-Dist: pypdf2 (>=3.0.1,<4.0.0)
Requires-Dist: python-docx (>=1.1.2,<2.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
