LICENSE
MANIFEST.in
requirements.txt
setup.py
config/README.md
config/config.json
config/container_mtls copy.json
config/docker.json
config/local_benchmark.json
config/local_http.json
config/local_mtls.json
docs/CLEANUP_PLAN.md
docs/CLIENT_DEVELOPER_GUIDE.md
docs/COALESCING_ANALYSIS.md
docs/COALESCING_PROPOSAL.md
docs/CONFIG_CLI.md
docs/CONFIG_DEPENDENCIES.md
docs/CONFIG_LIMITS_SUMMARY.md
docs/CONFIG_OPERATION_LIMITS.md
docs/DOCKER_QUEUE_CONFIG.md
docs/LOAD_TESTING_GUIDE.md
docs/TEST_EMBEDDING_SERVICE_ANALYSIS.md
docs/adapter-config-options.md
docs/adapter-configuration.md
docs/openapi_server_setup_guide.md
docs/refactoring_plan_batch_embedding_errors.md
docs/batch_worker_plan/00_inventory_and_algorithm.md
docs/batch_worker_plan/01_step_config.md
docs/batch_worker_plan/02_step_batch_size_helper.md
docs/batch_worker_plan/03_step_encode_chunking.md
docs/batch_worker_plan/04_step_tests_docs.md
docs/batch_worker_plan/README.md
docs/coalescing_plan/00_overview.md
docs/coalescing_plan/01_config_schema.md
docs/coalescing_plan/02_config_integration.md
docs/coalescing_plan/03_logical_job_store.md
docs/coalescing_plan/04_coalescer_buffer.md
docs/coalescing_plan/05_coalescer_payload.md
docs/coalescing_plan/06_coalescer_submit.md
docs/coalescing_plan/07_coalescer_completion.md
docs/coalescing_plan/08_embed_job_status.md
docs/coalescing_plan/09_embed_command_routing.md
docs/coalescing_plan/10_tests_validation.md
docs/coalescing_plan/11_timing_and_timing_stats.md
docs/coalescing_plan/12_real_server_test_pipeline_cli.md
docs/coalescing_plan/CODE_GAPS_AND_FIXES.md
docs/coalescing_plan/LOGICAL_DUPLICATES_AND_DEVIATIONS.md
docs/coalescing_plan/STEPS_VERIFICATION_REPORT.md
embed/__init__.py
embed/constants.py
embed/exceptions.py
embed/main.py
embed/results.py
embed/cli/__init__.py
embed/cli/config_cli.py
embed/cli/main.py
embed/client/__init__.py
embed/client/embedding_client.py
embed/coalescing/__init__.py
embed/coalescing/coalescer_buffer.py
embed/coalescing/coalescer_submit.py
embed/coalescing/logical_job_store.py
embed/coalescing/payload_builder.py
embed/commands/__init__.py
embed/commands/embed_command.py
embed/commands/embed_command_executor.py
embed/commands/embed_command_helpers.py
embed/commands/embed_command_schema.py
embed/commands/embed_job_status_command.py
embed/commands/embed_router.py
embed/commands/embed_runtime.py
embed/commands/models_command.py
embed/commands/timing_stats_command.py
embed/config/__init__.py
embed/config/coalescing_config.py
embed/config/config_defaults.py
embed/config/config_generator.py
embed/config/config_manager.py
embed/config/config_schema.py
embed/config/config_validator.py
embed/config/embed_config_loader.py
embed/config/test_config_manager.py
embed/middleware/__init__.py
embed/models/__init__.py
embed/models/embedding_models.py
embed/services/__init__.py
embed/services/bm25_service.py
embed/services/embedding_encode.py
embed/services/embedding_initializer.py
embed/services/embedding_service.py
embed/services/embedding_validation.py
embed/services/model_client.py
embed/services/model_device_manager.py
embed/services/model_server.py
embed/services/model_server_main.py
embed/utils/__init__.py
embed/utils/gpu_memory_estimator.py
embed/utils/gpu_utils.py
embed/utils/service_manager.py
embed/utils/service_manager_checker.py
embed/utils/service_manager_constants.py
embed/utils/service_manager_main.py
embed/utils/text_utils.py
embed/utils/timing_recorder.py
embed/utils/torch_utils.py
embed/ws/__init__.py
embed/ws/job_completion_ws.py
embedding_service.egg-info/PKG-INFO
embedding_service.egg-info/SOURCES.txt
embedding_service.egg-info/dependency_links.txt
embedding_service.egg-info/entry_points.txt
embedding_service.egg-info/requires.txt
embedding_service.egg-info/top_level.txt
tests/test_adapter_example.py
tests/test_all_configurations.py
tests/test_auth_mode.py
tests/test_basic_mode.py
tests/test_bm25_service.py
tests/test_config_debug.py
tests/test_config_validation.py
tests/test_cuda.py
tests/test_device_config.py
tests/test_embedding_advanced.py
tests/test_embedding_basic.py
tests/test_embedding_edge_cases.py
tests/test_error_handling.py
tests/test_global_protocol_manager.py
tests/test_http_endpoints.py
tests/test_integration.py
tests/test_integration_all_configs.py
tests/test_integration_simple.py
tests/test_load_stress.py
tests/test_mcp_simple.py
tests/test_performance.py
tests/test_protocol_debug.py
tests/test_protocol_manager.py
tests/test_real_integration.py
tests/test_roles.py
tests/test_security_integration.py
tests/test_simple_roles.py
tests/test_single_config.py
tests/test_ssl_mode.py
tests/test_ssl_simple.py
tests/test_stability.py