.env.example
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
docs/ENVIRONMENT.md
docs/PUBLISHING.md
docs/TESTING.md
project_vectorizer/__init__.py
project_vectorizer/cli.py
project_vectorizer/core/__init__.py
project_vectorizer/core/config.py
project_vectorizer/core/project.py
project_vectorizer/db/__init__.py
project_vectorizer/db/chromadb_manager.py
project_vectorizer/parsers/__init__.py
project_vectorizer/parsers/code_parser.py
project_vectorizer/utils/__init__.py
project_vectorizer/utils/text_utils.py
project_vectorizer/vector_mcp/__init__.py
project_vectorizer/vector_mcp/server.py
project_vectorizer/vectorizer/__init__.py
project_vectorizer/vectorizer/engine.py
tests/test_batch_processing.py
tests/test_complete_workflow.py
tests/test_environment_variables.py
tests/test_error_handling.py
tests/test_memory_management.py
tests/test_multi_level_chunking.py
tests/test_optimized_config.py
tests/test_runner.py
tests/test_single_word_search.py
tests/test_syncing_optimizations.py