Metadata-Version: 2.1
Name: deeptxt
Version: 0.4.1
Summary: Load any data in one line of code and connect with AI applications
Home-page: https://github.com/leonardofurnielis/deeptxt
License: MIT
Keywords: retrieval,RAG,index,data,LLM,AI,NLP
Author: Leonardo Furnielis
Author-email: leonardofurnielis@outlook.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: langchain-community (>=0.0.36,<0.0.37)
Requires-Dist: langchain-core (>=0.1.48,<0.2.0)
Requires-Dist: langchain-experimental (>=0.0.57,<0.0.58)
Requires-Dist: nltk (>=3.8.1,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Requires-Dist: sentence-transformers (>=2.7.0,<3.0.0)
Requires-Dist: tiktoken (>=0.7.0,<0.8.0)
Requires-Dist: torch (==2.1.0)
Project-URL: Documentation, https://leonardofurnielis.github.io/deeptxt
Project-URL: Repository, https://github.com/leonardofurnielis/deeptxt
Description-Content-Type: text/markdown

# Deeptxt

![PyPI - Version](https://img.shields.io/pypi/v/deeptxt)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
![PyPI - Downloads](https://img.shields.io/pypi/dm/deeptxt)
![PyPI - License](https://img.shields.io/pypi/l/deeptxt)

## Installation 

```bash
pip install deeptxt
```

## 📄 Documentation

The documentation can be found Click [here](https://leonardofurnielis.github.io/deeptxt)!

Please check it out for overview of the interfaces, components, integrations and other resources!

