notdiamond

View on PyPIReverse Dependencies (4)

0.4.2 notdiamond-0.4.2-py3-none-any.whl

Wheel Details

Project: notdiamond
Version: 0.4.2
Filename: notdiamond-0.4.2-py3-none-any.whl
Download: [link]
Size: 53363
MD5: 1d39a81e5cf63dd87982405f2964a7e2
SHA256: cee8d0730a91bb153844d63185fda6e0d5e4e2b9a88d9fd3532cdd58cab68083
Uploaded: 2025-03-28 08:00:41 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: notdiamond
Version: 0.4.2
Summary: Not Diamond Python SDK
Author: Not Diamond
Author-Email: support[at]notdiamond.ai
Project-Url: Documentation, https://notdiamond.readme.io/docs/
Project-Url: Homepage, https://python.notdiamond.ai/
Project-Url: Repository, https://github.com/Not-Diamond/notdiamond-python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >3.10,<3.13
Requires-Dist: aiohttp (<4.0.0,>=3.9.3)
Requires-Dist: cryptography (>=44.0.1)
Requires-Dist: langchain (>=0.2.7); extra == "create" or extra == "rag"
Requires-Dist: langchain-anthropic (<0.2.0,>=0.1.20); extra == "create" or extra == "rag"
Requires-Dist: langchain-cohere (<0.2.0,>=0.1.9); extra == "create" or extra == "rag"
Requires-Dist: langchain-community (<0.3.0,>=0.2.16); extra == "create" or extra == "rag"
Requires-Dist: langchain-google-genai (>=1.0.7); extra == "create" or extra == "rag"
Requires-Dist: langchain-mistralai (<0.2.0,>=0.1.10); extra == "create" or extra == "rag"
Requires-Dist: langchain-openai (<0.2.0,>=0.1.16); extra == "create" or extra == "rag"
Requires-Dist: langchain-together (<0.2.0,>=0.1.4); extra == "create" or extra == "rag"
Requires-Dist: llama-index (<0.13.0,>=0.12.25); extra == "rag"
Requires-Dist: onnxruntime (<1.20); extra == "rag"
Requires-Dist: optuna (<5.0.0,>=4.1.0); extra == "rag"
Requires-Dist: pandas (<3.0.0,>=2.2.2)
Requires-Dist: pydantic-partial (<0.6.0,>=0.5.5)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.1)
Requires-Dist: python-multipart[rag] (==0.0.18)
Requires-Dist: r2r (==3.5.6)
Requires-Dist: ragas[all] (<0.3.0,>=0.2.6); extra == "rag"
Requires-Dist: requests (>=2.31)
Requires-Dist: tiktoken (<0.9.0,>=0.8.0)
Requires-Dist: unstructured[local-inference] (<0.17.0,>=0.16.5); extra == "rag"
Provides-Extra: create
Provides-Extra: openai
Provides-Extra: rag
Description-Content-Type: text/markdown
[Description omitted; length: 3055 characters]

WHEEL

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

RECORD

Path Digest Size
notdiamond/__init__.py sha256=w186PtP-n6VGDY5fR0hTrSPFSStBBLDydIfN-Nn06GE 429
notdiamond/_init.py sha256=9DmiO4V2TzI-YBprnSdBwkdu5FuCEgkcV_feWsSKXC8 5987
notdiamond/_utils.py sha256=5RpdfQX9LotfR6FH8QdkX_pYalZ-9GfGa41JEIXhv0I 5267
notdiamond/callbacks.py sha256=vHWCLEIfWi5ddZtzRaOAEQU5rOJHtXSeFSK8JanUa2Q 1533
notdiamond/exceptions.py sha256=fS6BIe8y5-DsOLTDhHzOD0CwXYqZDsiLjmXuGpDCit0 682
notdiamond/llms/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notdiamond/llms/client.py sha256=0RA_vQyHyfjJ2SFVVSRduwtCUVrcuRO_1AzVOFaXXyE 79715
notdiamond/llms/config.py sha256=lVqcrKpNAbhKHCWDcy3ToCThUlxLowB8Cm3-9Smlh5I 13339
notdiamond/llms/providers.py sha256=l5-3nNLzC7y3jSiNat21GHLRxRlHwJcsIyNrW6d_ISM 11279
notdiamond/llms/request.py sha256=fiFLsCir9H5zXkIA9bS4H0LJjegwSlRARwG3ESvLIXk 14818
notdiamond/metrics/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notdiamond/metrics/metric.py sha256=egFEbVZVrkpa2q853uNxhyUjR-8miss0MbrjNvWYxKM 1207
notdiamond/metrics/request.py sha256=A645Obh3KSPC-T7BrRzLar8SK3GDAeqNOzWcHcvMTaM 1275
notdiamond/prompts.py sha256=IIc7AYpS6J9ZDg2P0a1Dd63-tL9LlUw7I48_v4UdvvM 1687
notdiamond/settings.py sha256=BG27EfhlfjgfLvFlwO97nh8vxxMKBSFCBlGAYQSiK4E 17419
notdiamond/toolkit/__init__.py sha256=8JU0pa_cdWLSLajHiLLdAqLxXGgKmie_9uVQ68PUrNU 48
notdiamond/toolkit/_retry.py sha256=0zCaAy8fOw8h1DzJlP7HJmSuFkNpuYeunNNTSm363Sc 19310
notdiamond/toolkit/custom_router.py sha256=07YTPilPLWNQK4MZtrOaPMkUyPQdMebebLVtLULjOFU 17688
notdiamond/toolkit/langchain.py sha256=XbORTS034PtzGl_Bmv6bQzK8dzNh7puCWqOWTLzDcPs 10989
notdiamond/toolkit/openai.py sha256=iO4UxvWHaVFHG8UOKxSBIW13F8oYQXM8X3b38Z57CUs 4822
notdiamond/toolkit/rag/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notdiamond/toolkit/rag/document_loaders.py sha256=2t_kN8ZQLN5KvwYI6n0k2owNLWijfDTk2c6L7fm6vF8 73
notdiamond/toolkit/rag/evaluation.py sha256=2hNm-s3Gd6eLV7QeNwIwnaX-nByAz1zJnyr25GIQGmU 8490
notdiamond/toolkit/rag/evaluation_dataset.py sha256=UYJh1FVkWQLQlSpD-E0tGUSrw6NbGLDSlICQbjH0pDE 3219
notdiamond/toolkit/rag/llms.py sha256=moBHZbTPi0tRFpH251E4y3ZwCRIdZr6V1wdHYP3xa0k 2485
notdiamond/toolkit/rag/metrics.py sha256=_RtbY7afDTPHp0AJc1pS38mvn_gKUTMzKQ7oogqvj9c 697
notdiamond/toolkit/rag/testset.py sha256=6LgSyf5ah9nHQHwaPxxRE-is6DcqjPt_aRhHP-JGVNI 9173
notdiamond/toolkit/rag/workflow.py sha256=Z1iShVhf6Ai87QdRgabZiT-gNW7GLw2XcoYbd6cO4Cw 8524
notdiamond/types.py sha256=Wijpnieu4PiNzcd-GtXIrKga7HX_8Gb3_BVuNatZcoY 970
notdiamond-0.4.2.dist-info/METADATA sha256=_Gmn77pA24ZsfhXCqp8pHRyFwlDP-YcFRX1goiG0dls 5046
notdiamond-0.4.2.dist-info/WHEEL sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY 88
notdiamond-0.4.2.dist-info/RECORD