LICENSE
README.md
pyproject.toml
src/vecport/__init__.py
src/vecport/cli.py
src/vecport.egg-info/PKG-INFO
src/vecport.egg-info/SOURCES.txt
src/vecport.egg-info/dependency_links.txt
src/vecport.egg-info/entry_points.txt
src/vecport.egg-info/requires.txt
src/vecport.egg-info/top_level.txt
src/vecport/core/__init__.py
src/vecport/core/benchmark.py
src/vecport/core/benchmark_dataset.py
src/vecport/core/config.py
src/vecport/core/connection.py
src/vecport/core/errors.py
src/vecport/core/filters.py
src/vecport/core/interface.py
src/vecport/core/migration.py
src/vecport/core/models.py
src/vecport/core/registry.py
src/vecport/core/reporting.py
src/vecport/drivers/__init__.py
src/vecport/drivers/milvus.py
src/vecport/drivers/pgvector.py
src/vecport/drivers/pinecone.py
src/vecport/drivers/qdrant.py
src/vecport/drivers/weaviate.py
tests/test_benchmark.py
tests/test_benchmark_dataset.py
tests/test_capabilities.py
tests/test_cli.py
tests/test_config.py
tests/test_connection_url.py
tests/test_contract.py
tests/test_errors.py
tests/test_filter_contract.py
tests/test_filter_validation.py
tests/test_filters.py
tests/test_migration.py
tests/test_milvus.py
tests/test_milvus_filters.py
tests/test_milvus_scan.py
tests/test_pgvector.py
tests/test_pgvector_filters.py
tests/test_pgvector_scan.py
tests/test_pinecone.py
tests/test_pinecone_filters.py
tests/test_pinecone_scan.py
tests/test_qdrant.py
tests/test_qdrant_filters.py
tests/test_qdrant_scan.py
tests/test_registry.py
tests/test_reporting.py
tests/test_scan_contract.py
tests/test_weaviate.py
tests/test_weaviate_filters.py
tests/test_weaviate_scan.py