Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
Issues · MemMachine/MemMachine · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
MemMachine
/
MemMachine
Public
Notifications
You must be signed in to change notification settings
Fork
211
Star
3.2k
Code
Issues
64
Pull requests
68
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
All issues
New issue
Issue creation is restricted in this repository
Issues
Search Issues
is
:
issue
state
:
open
is:issue state:open
Search
Search results
Open
Closed
Deleting a project that is in use returns 204 and then never completes: the deletion worker gives up on SessionInUseError, leaves a partial deletion, and only a restart retries
Status: Open.
Bug
#1577
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 2, 2026
A search or add on a nonexistent project creates it (session row, partition and collection), so deletion is not final and the search 404 path is unreachable
Status: Open.
Bug
#1576
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 2, 2026
Project deletion never completes when semantic memory is disabled: the deletion worker requests the semantic service unconditionally and gives up
Status: Open.
Bug
#1575
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 2, 2026
Tracking: move multitenancy from sharded (one process per collection, per-tenant tables and shard keys) to non-sharded (shared structures served by any process)
keep-open
Prevents the auto-close task from closing this issue.
Prevents the auto-close task from closing this issue.
refactor
Code refactoring that doesn't add new features.
Code refactoring that doesn't add new features.
Status: Open.
Task
#1574
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 2, 2026
VectorStore.create_collection takes a per-collection config, promising per-tenant schemas that shared-container multitenancy cannot support
Status: Open.
Bug
#1573
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 2, 2026
Collection creation spans the registry and the vector backend, so it cannot be atomic; native containers belong in provisioning, not on the create path
Status: Open.
Bug
#1572
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 2, 2026
Stale segment-store handles need cache eviction and an API status mapping
Status: Open.
Bug
#1571
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 2, 2026
Schema provisioning runs from every process's boot path: create_all races on cold boot and never evolves a table, Alembic runs destructive migrations on first use
Status: Open.
Bug
#1570
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 1, 2026
SQLite per-connection state (foreign keys, sqlite-vec extension) is registered per-store on caller-supplied engines
Status: Open.
Bug
#1568
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 1, 2026
Qdrant integration never reclaims native collections or records under dead partition keys
Status: Open.
Bug
#1565
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 1, 2026
Commit Qdrant to payload-partitioned multitenancy: drop per-collection shard keys, retire the in-process lock table, recover fencing and reclamation
Status: Open.
Bug
#1564
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 1, 2026
Handles held across delete and recreate resurrect records in QdrantVectorStore
Status: Open.
Bug
#1563
In MemMachine/MemMachine;
·
edwinyyyu
opened
on Sep 1, 2026
You can’t perform that action at this time.