swiftrank

View on PyPIReverse Dependencies (0)

1.3.0 swiftrank-1.3.0-py3-none-any.whl

Wheel Details

Project: swiftrank
Version: 1.3.0
Filename: swiftrank-1.3.0-py3-none-any.whl
Download: [link]
Size: 18138
MD5: 9050556f7b5429d4c24d8e73ad4aac1b
SHA256: bcf5379321ee5e38394ba690c543a030893ac0890fa87bf741ca401eecb143c7
Uploaded: 2024-04-11 17:43:56 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: swiftrank
Version: 1.3.0
Summary: Compact, ultra-fast SoTA reranker enhancing retrieval pipelines and terminal applications.
Author: Harsh Verma
Author-Email: synacktra.work[at]gmail.com
License: Apache Software License (Apache 2.0)
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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-Python: >=3.8,<4.0
Requires-Dist: cyclopts (==2.1.2)
Requires-Dist: fastapi (==0.110.1)
Requires-Dist: numpy (>=1.24.4)
Requires-Dist: onnxruntime (==1.16.3)
Requires-Dist: orjson (==3.9.10)
Requires-Dist: pydantic (==2.6.4)
Requires-Dist: pyyaml (==6.0.1)
Requires-Dist: requests (==2.31.0)
Requires-Dist: rich (==13.7.0)
Requires-Dist: tokenizers (<0.16.0,>=0.15.0)
Requires-Dist: tqdm (==4.66.1)
Requires-Dist: uvicorn (==0.29.0)
Description-Content-Type: text/markdown
[Description omitted; length: 24485 characters]

WHEEL

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

RECORD

Path Digest Size
swiftrank/__init__.py sha256=4M_ZwwrtC64Qf7q36IeAbsgGj3DgFNnaiaw5k--QpUs 77
swiftrank/interface/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
swiftrank/interface/api.py sha256=oGJWKFMZaYyq45O6r_D_fU9FR6e81AjZaYhNGMhPUKo 4160
swiftrank/interface/cli.py sha256=eIGVnHPy6IdxDgS2YZV3U12rxcwzIFdEPvUANaP5Rps 4316
swiftrank/interface/utils.py sha256=R4zdZok7H_XZglNa6t3XdQDB9wYHw6ga9t5gdWm8ccM 2484
swiftrank/ranker.py sha256=7rDvveeNspnUL5MOO5q93lmnVqjUYIB2CvErFMLPpWA 7962
swiftrank/settings.py sha256=xh4Zbx6PdmTBTR1Te6OvtYEDAqxgYak1n6tLEoki95k 1712
swiftrank-1.3.0.dist-info/entry_points.txt sha256=ENbAegr7JYpf8jsULgjo5MpsJuoOCXBqr78i4UCE2kA 101
swiftrank-1.3.0.dist-info/LICENSE sha256=WtjCEwlcVzkh1ziO35P2qfVEkLjr87Flro7xlHz3CEY 11556
swiftrank-1.3.0.dist-info/METADATA sha256=5LW0zw2nFp5WiMtIdDh7iz1uCeu6-t34N4yBX1xBQ94 26530
swiftrank-1.3.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
swiftrank-1.3.0.dist-info/RECORD

entry_points.txt

srank = swiftrank.interface.cli:app.meta
swiftrank = swiftrank.interface.cli:app.meta