Metadata-Version: |
2.3 |
Name: |
smart-llm-loader |
Version: |
0.1.0 |
Summary: |
A powerful PDF processing toolkit that seamlessly integrates with LLMs for intelligent document chunking and RAG applications. Features smart context-aware segmentation, multi-LLM support, and optimized content extraction for enhanced RAG performance. |
Author: |
drmingler |
Author-Email: |
davidemmanuel75[at]gmail.com |
Project-Url: |
Repository, https://github.com/drmingler/smart-llm-loader |
License: |
MIT |
Keywords: |
pdf,llm,rag,document-processing,ai |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
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 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Text Processing :: General |
Requires-Python: |
>=3.9,<4.0 |
Requires-Dist: |
faiss-cpu (<2.0.0,>=1.7.4) |
Requires-Dist: |
langchain (<0.2.0,>=0.1.0) |
Requires-Dist: |
langchain-community (<0.0.11,>=0.0.10) |
Requires-Dist: |
langchain-core (<0.2.0,>=0.1.10) |
Requires-Dist: |
litellm (<2.0.0,>=1.61.3) |
Requires-Dist: |
pdf2image (<2.0.0,>=1.17.0) |
Requires-Dist: |
pypdf (<4.0.0,>=3.17.1) |
Requires-Dist: |
python-dotenv (<2.0.0,>=1.0.0) |
Requires-Dist: |
requests (<3.0.0,>=2.31.0) |
Requires-Dist: |
tiktoken (<0.9.0,>=0.8.0) |
Description-Content-Type: |
text/markdown |