Skip to main content

Persistent memory store for LLM agents. Python bindings to the Rust lethe core.

Project description

lethe-memory

Python bindings to the Rust core of lethe, a self-improving memory store for LLM agents. Built with PyO3 + maturin, distributed as wheels.

Install

pip install lethe-memory

Use

from lethe_memory import MemoryStore

store = MemoryStore("./my_memories")  # encoders default to MiniLM

store.add("I prefer window seats on flights",      session_id="trip")
store.add("My wife needs aisle seats",             session_id="trip")
store.add("I work at Google as a software engineer", session_id="work")

for hit in store.retrieve("What are my travel preferences?", k=5):
    print(f"  [{hit.score:.1f}] {hit.content}")

store.save()

The wheel ships the Rust lethe-core retrieval pipeline (BM25 + dense hybrid, cross-encoder rerank, clustered RIF), the same code path the CLI uses, exposed via PyO3 with Python::allow_threads around all native work so multi-threaded Python callers see real parallelism.

Constructor knobs

MemoryStore(
    path,
    bi_encoder="Xenova/all-MiniLM-L6-v2",
    cross_encoder="Xenova/ms-marco-MiniLM-L-6-v2",
    rif_config=None,                # RIFConfig(n_clusters=30, ...)
    k_shallow=30,
    k_deep=100,
    confidence_threshold=4.0,
    dedup_threshold=0.95,
)

See also

License: MIT.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

lethe_memory-0.13.0-cp39-abi3-win_arm64.whl (23.2 MB view details)

Uploaded CPython 3.9+Windows ARM64

lethe_memory-0.13.0-cp39-abi3-win_amd64.whl (23.1 MB view details)

Uploaded CPython 3.9+Windows x86-64

lethe_memory-0.13.0-cp39-abi3-macosx_11_0_arm64.whl (44.3 MB view details)

Uploaded CPython 3.9+macOS 11.0+ ARM64

File details

Details for the file lethe_memory-0.13.0-cp39-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for lethe_memory-0.13.0-cp39-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c9d3279d267f3cd879175dc16e2a09bb041492afe98f5cced80feb054fdd8897
MD5 e209f062296e75b8e17fefdad35b1d08
BLAKE2b-256 3bd15397761e609be3874e655907e7b0c2ceaea09c5175624350c6c9e20f833a

See more details on using hashes here.

Provenance

The following attestation bundles were made for lethe_memory-0.13.0-cp39-abi3-win_arm64.whl:

Publisher: release-pypi.yml on teimurjan/lethe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lethe_memory-0.13.0-cp39-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for lethe_memory-0.13.0-cp39-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 64ab53798d6eaf3d085a882547a803c36c5e0eb58b04364ed856edf28b3ca1a4
MD5 c62ad7edc7ab36d1d721671646867e28
BLAKE2b-256 43d21b3e6c448ea16c8aa93fdca2da236d76d3e039ea4445822150fa413e8f9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for lethe_memory-0.13.0-cp39-abi3-win_amd64.whl:

Publisher: release-pypi.yml on teimurjan/lethe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file lethe_memory-0.13.0-cp39-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for lethe_memory-0.13.0-cp39-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4cf2fad9204204e4408253a453939aa90fc4ec0b1aad25bc2f3a205c870bf2cb
MD5 d5be52bf7d278c7e6a2a9a1420db7d58
BLAKE2b-256 452e91e6960f5b56dfc6c361401ee1c941dab75c42661b7f198f2e929f081e1b

See more details on using hashes here.

Provenance

The following attestation bundles were made for lethe_memory-0.13.0-cp39-abi3-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on teimurjan/lethe

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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