Decentralized vector database for AI agents. Rust HNSW + Solana on-chain provenance.
Project description
SolVec Python SDK
Decentralized vector database for AI agents. Rust HNSW + Solana on-chain provenance.
Installation
pip install solvec
Quick Start
from solvec import SolVec
sv = SolVec(network="devnet")
col = sv.collection("agent-memory", dimensions=1536)
col.upsert([
{"id": "mem_001", "values": [...], "metadata": {"text": "User is Alex"}}
])
results = col.query(vector=[...], top_k=5)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
solvec-0.1.0a2.tar.gz
(5.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file solvec-0.1.0a2.tar.gz.
File metadata
- Download URL: solvec-0.1.0a2.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
284f42a3cca31c5f623f724fae7d35b7091209f36c226f67a01fc6116640c74c
|
|
| MD5 |
bc05495f1ab1e3ce55abbc74899d18cc
|
|
| BLAKE2b-256 |
7f0036bb9e11ea20eb35aa6043d0010acd07b91b22c052f471c0f8b25baf7de6
|
File details
Details for the file solvec-0.1.0a2-py3-none-any.whl.
File metadata
- Download URL: solvec-0.1.0a2-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db3e67736d5067d9bf27e379a318cfa3688cf9db47a10b873e1fdcb13b3b480d
|
|
| MD5 |
56c8d57130f0dc1998b3204d5d5e95e0
|
|
| BLAKE2b-256 |
4fe6fbeb8d17d41e90b0cb3a9e35bf183e12eb90af6aa7270682ac7fe5ec1902
|