Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

velixar_llamaindex-0.1.1.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

velixar_llamaindex-0.1.1-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file velixar_llamaindex-0.1.1.tar.gz.

File metadata

  • Download URL: velixar_llamaindex-0.1.1.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for velixar_llamaindex-0.1.1.tar.gz
Algorithm Hash digest
SHA256 b201b8e4c8e2a3386e37a83774add9cf5f176e0abe107bc5bbbaac7fe89601c9
MD5 8a807bd66713ecfde7a8dc3f5430eb4c
BLAKE2b-256 21f88aa577d971a51f88f426e65ff525207b015b22e321fcd9cccd0d4aae09e1

See more details on using hashes here.

File details

Details for the file velixar_llamaindex-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for velixar_llamaindex-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 03c655d8f7715a18f10835f6c433858632d150835bd3c03c53950d20adfbb1dc
MD5 35160c219e220b7bebda2137c0368cad
BLAKE2b-256 59aa2a70ab1d01fa644960184047cdb5c32bb742e4842140315720e1b51b311a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page