services/search/src/search/app.py [100:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                duckdb_index_file_directory=duckdb_index_cache_directory,
                cached_assets_storage_client=cached_assets_storage_client,
                parquet_metadata_directory=parquet_metadata_directory,
                hf_endpoint=app_config.common.hf_endpoint,
                hf_token=app_config.common.hf_token,
                blocked_datasets=app_config.common.blocked_datasets,
                hf_jwt_public_keys=hf_jwt_public_keys,
                hf_jwt_algorithm=app_config.api.hf_jwt_algorithm,
                external_auth_url=app_config.api.external_auth_url,
                hf_timeout_seconds=app_config.api.hf_timeout_seconds,
                max_age_long=app_config.api.max_age_long,
                max_age_short=app_config.api.max_age_short,
                storage_clients=storage_clients,
                extensions_directory=app_config.duckdb_index.extensions_directory,
                clean_cache_proba=app_config.duckdb_index.clean_cache_proba,
                expiredTimeIntervalSeconds=app_config.duckdb_index.expired_time_interval_seconds,
            ),
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



services/search/src/search/app.py [121:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                duckdb_index_file_directory=duckdb_index_cache_directory,
                cached_assets_storage_client=cached_assets_storage_client,
                parquet_metadata_directory=parquet_metadata_directory,
                hf_endpoint=app_config.common.hf_endpoint,
                hf_token=app_config.common.hf_token,
                blocked_datasets=app_config.common.blocked_datasets,
                hf_jwt_public_keys=hf_jwt_public_keys,
                hf_jwt_algorithm=app_config.api.hf_jwt_algorithm,
                external_auth_url=app_config.api.external_auth_url,
                hf_timeout_seconds=app_config.api.hf_timeout_seconds,
                max_age_long=app_config.api.max_age_long,
                max_age_short=app_config.api.max_age_short,
                storage_clients=storage_clients,
                extensions_directory=app_config.duckdb_index.extensions_directory,
                clean_cache_proba=app_config.duckdb_index.clean_cache_proba,
                expiredTimeIntervalSeconds=app_config.duckdb_index.expired_time_interval_seconds,
            ),
        ),
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



