vectorcache-tools
PyPI client for VectorCache.
pip install "vectorcache-tools[x402,langchain]"
# also available via monorepo:
# pip install "nodeproxy-tools[vectorcache]"
export EVM_PRIVATE_KEY=0x...
from vectorcache_tools import VectorCacheClient
client = VectorCacheClient()
result = client.lookup(
"agent swarm semantic lookup",
vector=[0.12, 0.04, -0.08],
namespace="my-swarm",
)
print(result.cache, result.similarity, result.vector)
Release files for vectorcache-tools 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vectorcache_tools-0.1.0.tar.gz | 4.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vectorcache_tools-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 10.5 kB
Release files / vectorcache_tools-0.1.0.tar.gz
| Download URL | vectorcache_tools-0.1.0.tar.gz |
|---|---|
| Size | 4.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2bfbb74957e01927fef744372ba8c80109905d4ee944bef4897708583aa89df1
|
|
BLAKE2b-256 checksum How to use checksums |
d7ea82c6413850183fd27f6e72bc5cabf95cb41d51b4b20062d2c040221c803f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|
Release files / vectorcache_tools-0.1.0-py3-none-any.whl
| Download URL | vectorcache_tools-0.1.0-py3-none-any.whl |
|---|---|
| Size | 5.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
55b70036fc687be2e8b94c003071f96f7a43e5bcf4944c442222f6a67e6c29a9
|
|
BLAKE2b-256 checksum How to use checksums |
68e64ad4d8fda26dbb69d8531659874251dfc41d6b80624b622bbe6c389a7fdf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.12
|