Velixar AI memory retriever for LlamaIndex
Project description
velixar-llamaindex
Velixar AI memory retriever for LlamaIndex. Gives your LlamaIndex pipelines access to persistent cognitive memory.
Install
pip install velixar-llamaindex
Usage
from velixar_llamaindex import VelixarRetriever
retriever = VelixarRetriever(
api_key="vx_...",
workspace_id="ws_abc123",
)
# Use standalone
nodes = retriever.retrieve("What does the user prefer?")
# Use in a query engine
from llama_index.core import VectorStoreIndex
index = VectorStoreIndex([])
query_engine = index.as_query_engine(retriever=retriever)
Features
- 4-tier hierarchical memory (pinned, session, semantic, org)
- Automatic salience scoring and memory promotion
- Cross-session persistence
- Encrypted embeddings (AES-256-GCM)
Links
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 velixar_llamaindex-0.1.0.tar.gz.
File metadata
- Download URL: velixar_llamaindex-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faf14c30b98edc87cd83955497eecde8cc680cbde23a62fc9573bbc995760c45
|
|
| MD5 |
cb18bb572bd077bc9d383f1d7a8b1fde
|
|
| BLAKE2b-256 |
914f8e9e068487e25425f8fffb18118f38efaf0e0396b777204ff96f00f6b809
|
File details
Details for the file velixar_llamaindex-0.1.0-py3-none-any.whl.
File metadata
- Download URL: velixar_llamaindex-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
811ada89805bfee176bfb35cd96637cf6b229a1ea78dd4526b7ceafac8fbf1c1
|
|
| MD5 |
994fd36d68d34c75a4c3c3e3067a69a8
|
|
| BLAKE2b-256 |
907a16c922e68306ebf4818c3797e1cbb4153baf7a315c3ad5161b2de3a7afa6
|