The recommended default client. The relayer handles embeddings, SEAL encryption, Walrus upload, and vector indexing.Documentation Index
Fetch the complete documentation index at: https://docs.memwal.ai/llms.txt
Use this file to discover all available pages before exploring further.
How It Works
- The SDK signs each request with your delegate key
- The relayer verifies delegate access
rememberreturns an accepted job while the relayer encrypts, uploads, and indexes in the backgroundrecallsearches by Memory Space and returns decrypted matches
Core Methods
Restore
Rebuild missing indexed entries for one namespace. Incremental, namespace-scoped, and meant to repair PostgreSQL vector state from Walrus-backed memory.Lower-Level Methods
Use these when you already have a vector or encrypted payload:rememberManual({ blobId, vector, namespace? })recallManual({ vector, limit?, namespace? })embed(text)