nhevers/conversation-store
Persistent conversation storage with search
This tool helps developers working with AI assistants or chatbots to reliably store and retrieve the full history of user interactions. You put in the conversation turns (messages, user IDs, topics), and it helps you get them back, either by ID or by searching for concepts within the conversation. Any developer building an application that needs to remember past chats would use this.
Use this if you are a developer building an AI-powered application and need a straightforward way to save, load, and semantically search through user conversation histories.
Not ideal if you need a full-fledged, scalable enterprise-grade database solution with advanced querying capabilities or high concurrency.
Stars
10
Forks
—
Language
Python
License
—
Category
Last pushed
Jan 26, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/nhevers/conversation-store"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
aiming-lab/SimpleMem
SimpleMem: Efficient Lifelong Memory for LLM Agents
zilliztech/memsearch
A Markdown-first memory system, a standalone library for any AI agent. Inspired by OpenClaw.
microsoft/kernel-memory
Research project. A Memory solution for users, teams, and applications.
zilliztech/GPTCache
Semantic cache for LLMs. Fully integrated with LangChain and llama_index.
TeleAI-UAGI/telemem
TeleMem is a high-performance drop-in replacement for Mem0, featuring semantic deduplication,...