-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Goal
Implement first-party (i.e. not MCP) memory service within Jan Server using mem0
Research Questions
- When to ingest information into memory?
- When to search memory?
- What is the architecture of the memory?
- How are Long-term and short-term memory differentiated?
Within Scope
- Simple RAG-based Memory from mem0
- Memory comes entirely from chat histories
Out of scope
- MCP Servers
- Knowledge Graphs
- no need to use norapat's service (that is only for doc ingestion, which is a very different use case, with different optimal settings)
Methods
Will be written out when we have answered the research questions above