.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
requirements.txt
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/github-integration-test.yml
.github/workflows/quality.yml
config/README.md
config/core.memo.yaml
config/core.test.yaml
config/software_dev.yaml
src/memg/__init__.py
src/memg.egg-info/PKG-INFO
src/memg.egg-info/SOURCES.txt
src/memg.egg-info/dependency_links.txt
src/memg.egg-info/requires.txt
src/memg.egg-info/top_level.txt
src/memg/ai/README_GEMINI_EMBEDDING.md
src/memg/ai/__init__.py
src/memg/ai/embedder_factory.py
src/memg/ai/gemini_embedder.py
src/memg/ai/genai.py
src/memg/api/__init__.py
src/memg/api/enhanced_search.py
src/memg/core/__init__.py
src/memg/search/__init__.py
src/memg/search/orchestrator.py
src/memg/utils/__init__.py
src/memg/utils/schema.py
tests/__init__.py
tests/conftest.py
tests/test_runner.py
tests/fixtures/__init__.py
tests/fixtures/sample_config.yaml
tests/fixtures/sample_data.py
tests/integration/__init__.py
tests/integration/test_enhanced_search_flow.py
tests/unit/__init__.py
tests/unit/test_enhanced_search_api.py
tests/unit/test_gemini_embedder.py
tests/unit/test_genai.py
tests/unit/test_schema.py