sobowalebukola/memcortex
Memcortex is a lightweight semantic memory layer for LLMs using open source embedding model and Weaviate for vector storage and retrieval.
Memcortex helps developers build conversational AI applications, like chatbots or virtual assistants, that can remember past interactions and specific facts over time. It takes user input or application data, processes it through a memory layer, and then feeds it to an LLM, returning a more contextually aware response. This tool is for developers creating sophisticated AI experiences that require persistent memory.
Use this if you are a developer building an LLM application or conversational agent that needs to maintain long-term memory across many interactions, remembering user preferences or specific information indefinitely.
Not ideal if you are looking for a standalone, ready-to-use chatbot or a simple LLM wrapper that doesn't require a persistent memory store.
Stars
21
Forks
1
Language
Go
License
MIT
Category
Last pushed
Feb 06, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/vector-db/sobowalebukola/memcortex"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
topoteretes/cognee
Knowledge Engine for AI Agent Memory in 6 lines of code
CaviraOSS/OpenMemory
Local persistent memory store for LLM applications including claude desktop, github copilot,...
verygoodplugins/automem
AutoMem is a graph-vector memory service that gives AI assistants durable, relational memory:
CortexReach/memory-lancedb-pro
Enhanced LanceDB memory plugin for OpenClaw — Hybrid Retrieval (Vector + BM25), Cross-Encoder...
divagr18/memlayer
Plug-and-play memory for LLMs in 3 lines of code. Add persistent, intelligent, human-like memory...