AI Memory that Actually Works — Graph-based memory for LLM applications
Project description
Vektori Python SDK
AI Memory that Actually Works — Graph-based memory for LLM applications.
Installation
pip install vektori
Quick Start
from vektori import Vektori
# Cloud
memory = Vektori(api_key="vk_your_key")
# Self-hosted
memory = Vektori(url="http://localhost:8080")
# Store memories
memory.ingest(
user_id="user_123",
messages=[
{"role": "user", "content": "I love pizza"},
{"role": "assistant", "content": "Noted!"}
]
)
# Retrieve context
result = memory.retrieve(user_id="user_123", query="favorite food")
print(result.context) # "User loves pizza"
Documentation
Full documentation: https://docs.vektori.cloud
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
vektori-0.1.1.tar.gz
(5.1 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 vektori-0.1.1.tar.gz.
File metadata
- Download URL: vektori-0.1.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ca320ea13a0ccd4fccc8c388d61a3f6b9f281a6b6f48811ab017f0b182e725
|
|
| MD5 |
9a7c5e6f0450cd39fa898d5a934e9cb2
|
|
| BLAKE2b-256 |
b6e7879b36d6562694f3fa798c3908b6f30724ebc74afd79208a502c584b1989
|
File details
Details for the file vektori-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vektori-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc4f8c2093b2d8e7307d95ab6dc5535419ec399f974d7d09e7bfcb270f9ef39b
|
|
| MD5 |
e89f6a18bb4775df25311f489ed50164
|
|
| BLAKE2b-256 |
c168648a2a6439af4e4b30803a3474a0d02f0e29c8bc557eea1238c4aca92c89
|