LICENSE
README.md
pyproject.toml
memgres/__init__.py
memgres/blame.py
memgres/config.py
memgres/diffing.py
memgres/embeddings.py
memgres/identity.py
memgres/info.py
memgres/mcp_server.py
memgres/schema.py
memgres/search.py
memgres/segments.py
memgres/server.py
memgres/store.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/vector/__init__.py
memgres/vector/base.py
memgres/vector/pgvector.py
memgres/vector/qdrant.py
tests/test_blame_integration.py
tests/test_config.py
tests/test_diffing.py
tests/test_embeddings.py
tests/test_identity_integration.py
tests/test_lexical_match.py
tests/test_limits.py
tests/test_list.py
tests/test_mcp_recall_schema.py
tests/test_qdrant_ca.py
tests/test_qdrant_integration.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