deeptxt

View on PyPIReverse Dependencies (0)

0.4.1 deeptxt-0.4.1-py3-none-any.whl

Wheel Details

Project: deeptxt
Version: 0.4.1
Filename: deeptxt-0.4.1-py3-none-any.whl
Download: [link]
Size: 28802
MD5: e4beab9aaedf3cc2840a47b6c60cd805
SHA256: a3917d407add05ccabb565f7b1b785dcd5f2a3b7d0e160d6479d8624ec6cdd6d
Uploaded: 2024-10-01 17:35:31 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: deeptxt
Version: 0.4.1
Summary: Load any data in one line of code and connect with AI applications
Author: Leonardo Furnielis
Author-Email: leonardofurnielis[at]outlook.com
Home-Page: https://github.com/leonardofurnielis/deeptxt
Project-Url: Documentation, https://leonardofurnielis.github.io/deeptxt
Project-Url: Repository, https://github.com/leonardofurnielis/deeptxt
License: MIT
Keywords: retrieval,RAG,index,data,LLM,AI,NLP
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-Python: >=3.10,<4.0
Requires-Dist: langchain-community (<0.0.37,>=0.0.36)
Requires-Dist: langchain-core (<0.2.0,>=0.1.48)
Requires-Dist: langchain-experimental (<0.0.58,>=0.0.57)
Requires-Dist: nltk (<4.0.0,>=3.8.1)
Requires-Dist: numpy (<2.0.0,>=1.26.4)
Requires-Dist: pydantic (<3.0.0,>=2.7.1)
Requires-Dist: sentence-transformers (<3.0.0,>=2.7.0)
Requires-Dist: tiktoken (<0.8.0,>=0.7.0)
Requires-Dist: torch (==2.1.0)
Description-Content-Type: text/markdown
[Description omitted; length: 564 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
deeptxt/__init__.py sha256=075iz_wmJWFZOiHbuinNMyz1WJHo7tp0N817twjxQkQ 23
deeptxt/core/document/__init__.py sha256=aSL5VGP_rnoq05F3leUjRzq0Hl_P3zyP6H4OdEKq3X4 130
deeptxt/core/document/schema.py sha256=Equ98bxZgF-3vWfexIw-g48SgPAzxqe9FaK6836NIsE 2631
deeptxt/core/embeddings/__init__.py sha256=Ew7KEDEz16_lwrNE2nIEJsWxlVgXVwy3AJium1X6z-8 125
deeptxt/core/embeddings/base.py sha256=oq6vzD2toWkrxmEKKEHK03WTKTPSriTFsJJGqCcg5cE 1410
deeptxt/core/readers/__init__.py sha256=yruqs-Q8_YFZUOQ8s7fJvpYXFtDaQeiTRzkgkiHTynA 87
deeptxt/core/readers/base.py sha256=L2IcS8elw9DdW97jpEBiS0l9KoszqIRzpNclkVeQPIU 547
deeptxt/core/text_splitters/utils.py sha256=GB_vkFLoMjM1BabQTcoZdtmWjTHyv32vmneFwcQuV-w 4686
deeptxt/embeddings/__init__.py sha256=2Q03xyjnzzcNXPr2xPHLbPQW979bzFt9KOOBTv9PEqE 193
deeptxt/embeddings/huggingface.py sha256=7qd8zve-EXW3vIkaAxmP1-GI46O3aMDiy1UnEaXiR4Q 2157
deeptxt/embeddings/watsonx.py sha256=ntqqoeJwYWoWZR9EjqETvhKTmfj627DudRPZ63xxXoc 3606
deeptxt/evaluation/__init__.py sha256=Hqq5CcwyOyc2eiXW4b_u9J7MtmxCuz9hjzrD5yrEn4E 126
deeptxt/evaluation/knowledge_base_coverage.py sha256=X3p1XAUVi0_RcmpQ-PcfgfVW5pyOJJWezBVxIPoODbk 2254
deeptxt/readers/__init__.py sha256=geGWQKiWhf6ouKj_CdKUm7jnajQ_8G-dOFqMb26umyw 254
deeptxt/readers/directory.py sha256=i2ByxtgDPEqEb3ThN7MXK2Tm5E9tghlu8cEb5pd2Vjk 2347
deeptxt/readers/file/__init__.py sha256=n-dZZGg-IPcH-txjQEmfhXD4HPE4_AnCjjIwQFmJgi4 291
deeptxt/readers/file/docx.py sha256=srVgEMpCRRic7OqOGGnD4pUXm0zUIV-82bC-PxOqpCA 1181
deeptxt/readers/file/html.py sha256=oSxwIIhd4gkFXQFpaQR_mIb2ZSyx9G59YvTF_rUC9zo 984
deeptxt/readers/file/json.py sha256=EIimoMfkai0WqaIvRJamE6guznRKJg9jK-K14XbQjBI 1656
deeptxt/readers/file/pdf.py sha256=VmLC2U6xlj0YFWMDym5dqeJ68onJb4YEy67SE4VXfek 1163
deeptxt/readers/file/unstructured.py sha256=F5-hJLoKiFJ3Q6EcLXxqMxZiTWeSpiFyltTBaSwldR4 762
deeptxt/readers/s3.py sha256=3VQONo7vwAU_dH-LI_OFfyc1CrXXOYK24AY2TGWx0cE 2584
deeptxt/readers/watson_discovery.py sha256=PdNCpQQYL3EP9a298z1qVskSikY2vkVQgpOvm1z0MMM 4925
deeptxt/retrievers/__init__.py sha256=1tffeUjBOD8Q8ryJybbnSqD6iF9qnioMsuWWZyvDKS8 125
deeptxt/retrievers/watson_discovery.py sha256=s7lfV7aQt-H0jP_rqQQxeINBjxVY5tD-RC6Eryd18bI 5186
deeptxt/text_splitters/__init__.py sha256=3TaVCZHeeCGSfUTd-SVQp97VN9EOvjYIRypjShpGTZc 278
deeptxt/text_splitters/semantic.py sha256=EgHBmWzqJ9QtkjVCcJz4_oKs16Tq0_LG43U_A06svxk 2366
deeptxt/text_splitters/sentence.py sha256=R5VjWjQptprAZyQV6ZSS9pmBUCjVt4RY0sGz6olaE8g 3459
deeptxt/text_splitters/token.py sha256=eWHW_Dr4AhhFFOR27TIC2yT7xH4N98MJk2-HqC66abA 3192
deeptxt/vector_stores/__init__.py sha256=VB-JJbRfQRjWpDImizpN6IvkyqK3wmIz3XbNKnd62bM 211
deeptxt/vector_stores/chroma.py sha256=9QSWR-zLpTmwk3ZOqnGDJQQy2kXcNLX0TLG_v0oYuEU 4115
deeptxt/vector_stores/elasticsearch.py sha256=h1q1vSc7HbChdKILCJ2THouRwNPu2XEdkUGuIZr9Lo0 7520
deeptxt-0.4.1.dist-info/LICENSE sha256=TC5Fo1FSsyuLJTlNFbY0zCa08wcY5OmMW3RdKOId37s 1071
deeptxt-0.4.1.dist-info/METADATA sha256=u5G-gOrxydHMBIKPISWxqXP-YDUu0JBcjT_mtOr11Ok 2018
deeptxt-0.4.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
deeptxt-0.4.1.dist-info/RECORD