MemPalace (v3.3.4) gives AI applications a memory by mining projects and conversations into a searchable, structured knowledge base. It uses a local language model (Ollama/LM Studio) for free setup, no API key required. Release cadence is active with multiple minor releases per month.
pip install mempalaceNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize MemPalace, mine a directory, and search for a concept.
pip install mempalace>=3.3.3
Ensure a local LLM server is running, or set environment variables to configure an external API endpoint.
Use `from mempalace import MemPalace` instead.
No dependency data recorded yet.