arrowspace 0.24.0__cp312-cp312-manylinux_2_34_x86_64.whl → 0.24.9__cp312-cp312-manylinux_2_34_x86_64.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.
- arrowspace/arrowspace.cpython-312-x86_64-linux-gnu.so +0 -0
- {arrowspace-0.24.0.dist-info → arrowspace-0.24.9.dist-info}/METADATA +4 -4
- arrowspace-0.24.9.dist-info/RECORD +6 -0
- arrowspace-0.24.0.dist-info/RECORD +0 -6
- {arrowspace-0.24.0.dist-info → arrowspace-0.24.9.dist-info}/WHEEL +0 -0
- {arrowspace-0.24.0.dist-info → arrowspace-0.24.9.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: arrowspace
|
|
3
|
-
Version: 0.24.
|
|
3
|
+
Version: 0.24.9
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -34,9 +34,9 @@ Project-URL: Repository, https://github.com/tuned-org-uk/pyarrowspace.git
|
|
|
34
34
|
|
|
35
35
|
# pyarrowspace
|
|
36
36
|
|
|
37
|
-
Python bindings for [`arrowspace-rs`](https://github.com/Mec-iS/arrowspace-rs).
|
|
37
|
+
Python bindings for [`arrowspace-rs`](https://github.com/Mec-iS/arrowspace-rs).
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
`arrowspace` is a database for vectors supported by a graph representation and a key-value store. The main use-cases targeted are: AI search capabilities as advanced vector similarity, graph characterisation analysis and search, indexing of high-dimensional vectors. Design principles described in [this article](https://www.tuned.org.uk/posts/010_game_changer_unifying_vectors_and_features_graphs).
|
|
40
40
|
|
|
41
41
|
For labs and tests please see [tests/](https://github.com/tuned-org-uk/pyarrowspace/tree/main/tests)
|
|
42
42
|
|
|
@@ -49,7 +49,7 @@ or any other way of installing a Python library.
|
|
|
49
49
|
|
|
50
50
|
If you have cargo installed, to compile the libraries involved (from crates.io):
|
|
51
51
|
```
|
|
52
|
-
pip install maturin
|
|
52
|
+
pip install maturin[patchelf]
|
|
53
53
|
maturin develop
|
|
54
54
|
```
|
|
55
55
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
arrowspace-0.24.9.dist-info/METADATA,sha256=UVH9pvhgRUZSOd1kg7565ttbux87qMw3mqYdduSW95w,3789
|
|
2
|
+
arrowspace-0.24.9.dist-info/WHEEL,sha256=NOMs1MdVcEWyaeT2j95Z65pmYXrQCtsVAd0_H3LkRg0,108
|
|
3
|
+
arrowspace-0.24.9.dist-info/licenses/LICENSE,sha256=WvNgHrGIDgEKWptL6-w8Gf1PTNBHPManklmdOk_dnF4,592
|
|
4
|
+
arrowspace/__init__.py,sha256=jspivnl2iF9Hv5mFfJCt-SsKYyP2J5blPMb4EJ3paWY,123
|
|
5
|
+
arrowspace/arrowspace.cpython-312-x86_64-linux-gnu.so,sha256=dthqcfFf0NbXSPV8zeD1IycyRgW5d8tHg5zM-Jz_gOQ,13177704
|
|
6
|
+
arrowspace-0.24.9.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
arrowspace-0.24.0.dist-info/METADATA,sha256=31J4abdLSQDGrSunq1wP2mNIwjovhBxZMeRfYQaofZ4,3690
|
|
2
|
-
arrowspace-0.24.0.dist-info/WHEEL,sha256=NOMs1MdVcEWyaeT2j95Z65pmYXrQCtsVAd0_H3LkRg0,108
|
|
3
|
-
arrowspace-0.24.0.dist-info/licenses/LICENSE,sha256=WvNgHrGIDgEKWptL6-w8Gf1PTNBHPManklmdOk_dnF4,592
|
|
4
|
-
arrowspace/__init__.py,sha256=jspivnl2iF9Hv5mFfJCt-SsKYyP2J5blPMb4EJ3paWY,123
|
|
5
|
-
arrowspace/arrowspace.cpython-312-x86_64-linux-gnu.so,sha256=mmvDZEN0y4rQLNn8t8sSNUPPC7sTC_WlV6Za5P7aPlE,2217256
|
|
6
|
-
arrowspace-0.24.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|