LICENSE
README.md
pyproject.toml
memgres/__init__.py
memgres/_version.py
memgres/admin.py
memgres/admin_cli.py
memgres/blame.py
memgres/bootstrap.py
memgres/config.py
memgres/delimiters.py
memgres/diffing.py
memgres/embed_worker.py
memgres/embeddings.py
memgres/healthcheck.py
memgres/identity.py
memgres/indexing.py
memgres/info.py
memgres/lines.py
memgres/mcp_server.py
memgres/reembed.py
memgres/schema.py
memgres/search.py
memgres/segments.py
memgres/server.py
memgres/store.py
memgres/worker.py
memgres.egg-info/PKG-INFO
memgres.egg-info/SOURCES.txt
memgres.egg-info/dependency_links.txt
memgres.egg-info/entry_points.txt
memgres.egg-info/requires.txt
memgres.egg-info/top_level.txt
memgres/migrations/0001_core.sql
memgres/migrations/0002_identity.sql
memgres/migrations/0003_history_author.sql
memgres/migrations/0004_title.sql
memgres/migrations/0005_chunk_index.sql
memgres/migrations/0006_reader_floor.sql
memgres/migrations/0007_embed_retry.sql
memgres/migrations/0008_service_roles.sql
memgres/migrations/0009_create_namespace_right.sql
memgres/migrations/0010_namespace_alias.sql
memgres/migrations/0011_drop_default_namespace.sql
memgres/migrations/0012_user_profile.sql
memgres/migrations/0013_hash_version.sql
memgres/migrations/0014_access_request_no_fk.sql
memgres/vector/__init__.py
memgres/vector/base.py
memgres/vector/pgvector.py
memgres/vector/qdrant.py
tests/test_blame_integration.py
tests/test_chunk_index.py
tests/test_claim_and_reembed.py
tests/test_config.py
tests/test_diffing.py
tests/test_embed_worker.py
tests/test_embeddings.py
tests/test_healthcheck.py
tests/test_identity_integration.py
tests/test_lexical_match.py
tests/test_limits.py
tests/test_list.py
tests/test_mcp_admin_tools.py
tests/test_mcp_http_transport.py
tests/test_mcp_instructions.py
tests/test_mcp_recall_schema.py
tests/test_mcp_tool_visibility.py
tests/test_migration_upgrade.py
tests/test_multi_space_search.py
tests/test_path_addressing.py
tests/test_qdrant_ca.py
tests/test_qdrant_integration.py
tests/test_replace_build.py
tests/test_roles_bootstrap.py
tests/test_search_integration.py
tests/test_security_integration.py
tests/test_segments.py
tests/test_segments_store.py
tests/test_server_info.py
tests/test_server_integration.py
tests/test_snippets.py
tests/test_store_integration.py
tests/test_write_ergonomics.py