ordvec 0.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ordvec/__init__.py +10 -0
- ordvec-0.0.0.dist-info/METADATA +27 -0
- ordvec-0.0.0.dist-info/RECORD +4 -0
- ordvec-0.0.0.dist-info/WHEEL +4 -0
ordvec/__init__.py
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"""ordvec — name reservation.
|
|
2
|
+
|
|
3
|
+
Training-free ordinal & sign vector quantization for compressed
|
|
4
|
+
nearest-neighbour retrieval. The first functional release lands alongside
|
|
5
|
+
the OrdVec / RankQuant paper.
|
|
6
|
+
|
|
7
|
+
Source & docs: https://github.com/Fieldnote-Echo/ordvec
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
__version__ = "0.0.0"
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: ordvec
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Training-free ordinal & sign quantization for vector retrieval — name reservation ahead of the first release. See the repository.
|
|
5
|
+
Project-URL: Homepage, https://github.com/Fieldnote-Echo/ordvec
|
|
6
|
+
Project-URL: Repository, https://github.com/Fieldnote-Echo/ordvec
|
|
7
|
+
Author: Nelson Spence
|
|
8
|
+
License: MIT OR Apache-2.0
|
|
9
|
+
Keywords: ann,embeddings,nearest-neighbor,ordinal,quantization,rank,simd,vector-search
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Intended Audience :: Science/Research
|
|
13
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
14
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
15
|
+
Classifier: Programming Language :: Python :: 3
|
|
16
|
+
Requires-Python: >=3.9
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# ordvec (name reservation)
|
|
20
|
+
|
|
21
|
+
Training-free ordinal & sign vector quantization for compressed
|
|
22
|
+
nearest-neighbour retrieval.
|
|
23
|
+
|
|
24
|
+
This `0.0.0` release reserves the PyPI name. The first functional release
|
|
25
|
+
lands alongside the **OrdVec / RankQuant** paper.
|
|
26
|
+
|
|
27
|
+
Source & docs: <https://github.com/Fieldnote-Echo/ordvec>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
ordvec/__init__.py,sha256=yXASaRWluVQWm18jJ34vrvOU48FluAe7OIC3XEIeEcY,285
|
|
2
|
+
ordvec-0.0.0.dist-info/METADATA,sha256=aC_rU0kYbhQrP6zyyGoYPuBg1pe-NoH6d7atwcmAOQ4,1134
|
|
3
|
+
ordvec-0.0.0.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
|
|
4
|
+
ordvec-0.0.0.dist-info/RECORD,,
|