Open-source local vector memory engine for AI agents — Python SDK and CLI
Project description
talocode-vectorlane
Open-source local vector memory engine for AI agents — Python SDK and CLI.
Install
pip install talocode-vectorlane
Quick Start
from talocode_vectorlane import VectorLaneClient
client = VectorLaneClient()
client.init()
client.ingest_text("The quick brown fox jumps over the lazy dog.", title="pangram")
results = client.search("fox")
print(results)
CLI
vectorlane-py health
vectorlane-py init
vectorlane-py ingest-text --title "note" "Some text to remember."
vectorlane-py search "query"
vectorlane-py demo
License
MIT
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
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 talocode_vectorlane-0.1.0.tar.gz.
File metadata
- Download URL: talocode_vectorlane-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d1e6758d107e4ae774fa71e533d0a61e9628e17c03a9e5fe0856246832e1582
|
|
| MD5 |
7c4c6e4faf712f632f128333610110fd
|
|
| BLAKE2b-256 |
8f8c22c35f324136fbbeb0b406f036fa510001192ab4c277ebdd7a85bdd8e31d
|
File details
Details for the file talocode_vectorlane-0.1.0-py3-none-any.whl.
File metadata
- Download URL: talocode_vectorlane-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ffdd210f28b2b633c13444454da1d843b98ed28d8ed8246557acad6c3f7f8c9
|
|
| MD5 |
8d6001ab9e7ad9295d3e39588df6b8b6
|
|
| BLAKE2b-256 |
646c332b2d8dba5c27306bc29c40da9aac176c72e9e59d34c9630480d44efd6d
|