LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-test.txt
requirements.txt
setup.cfg
setup.py
jina_now.egg-info/PKG-INFO
jina_now.egg-info/SOURCES.txt
jina_now.egg-info/dependency_links.txt
jina_now.egg-info/entry_points.txt
jina_now.egg-info/not-zip-safe
jina_now.egg-info/requires.txt
jina_now.egg-info/top_level.txt
now/README.md
now/__init__.py
now/constants.py
now/custom-spinners.json
now/demo_data.py
now/dialog.py
now/now_dataclasses.py
now/run_all_k8s.py
now/run_backend.py
now/utils.py
now/admin/__init__.py
now/admin/benchmark_flow.py
now/admin/build_datasets.py
now/admin/deploy_text_to_video.py
now/admin/flow_results.py
now/admin/run_performance_test.py
now/admin/search.py
now/admin/update_api_keys.py
now/admin/update_email.py
now/admin/utils.py
now/app/__init__.py
now/app/base/__init__.py
now/app/base/app.py
now/app/base/create_jcloud_name.py
now/app/base/preprocess.py
now/app/search_app/__init__.py
now/app/search_app/app.py
now/app/search_app/indexer_utils.py
now/cli/__init__.py
now/cli/parser.py
now/client/__init__.py
now/common/__init__.py
now/common/detect_schema.py
now/common/options.py
now/common/flow/flow-external-clip.yml
now/common/flow/flow-external-sbert.yml
now/compare/__init__.py
now/compare/compare_flows.py
now/data_loading/__init__.py
now/data_loading/convert_datasets_to_jpeg.py
now/data_loading/create_dataclass.py
now/data_loading/data_loading.py
now/data_loading/elasticsearch/__init__.py
now/data_loading/elasticsearch/connector.py
now/data_loading/elasticsearch/data_extractor.py
now/deployment/__init__.py
now/deployment/deployment.py
now/deployment/elastic_kind.yml
now/deployment/flow.py
now/executor/__init__.py
now/executor/name_to_id_map.py
now/executor/abstract/__init__.py
now/executor/abstract/auth/README.md
now/executor/abstract/auth/__init__.py
now/executor/abstract/auth/auth.py
now/executor/autocomplete/Dockerfile
now/executor/autocomplete/README.md
now/executor/autocomplete/__init__.py
now/executor/autocomplete/config.yml
now/executor/autocomplete/executor.py
now/executor/autocomplete/requirements.txt
now/executor/gateway/Dockerfile
now/executor/gateway/__init__.py
now/executor/gateway/config.yml
now/executor/gateway/nginx.conf
now/executor/gateway/now_gateway.py
now/executor/gateway/requirements.txt
now/executor/gateway/bff/__init__.py
now/executor/gateway/bff/app/__init__.py
now/executor/gateway/bff/app/app.py
now/executor/gateway/bff/app/decorators.py
now/executor/gateway/bff/app/settings.py
now/executor/gateway/bff/app/v1/__init__.py
now/executor/gateway/bff/app/v1/models/__init__.py
now/executor/gateway/bff/app/v1/models/admin.py
now/executor/gateway/bff/app/v1/models/info.py
now/executor/gateway/bff/app/v1/models/search.py
now/executor/gateway/bff/app/v1/models/shared.py
now/executor/gateway/bff/app/v1/routers/__init__.py
now/executor/gateway/bff/app/v1/routers/admin.py
now/executor/gateway/bff/app/v1/routers/helper.py
now/executor/gateway/bff/app/v1/routers/info.py
now/executor/gateway/bff/app/v1/routers/search.py
now/executor/gateway/playground/__init__.py
now/executor/gateway/playground/config.toml
now/executor/gateway/playground/logo.svg
now/executor/gateway/playground/playground.py
now/executor/gateway/playground/src/__init__.py
now/executor/gateway/playground/src/constants.py
now/executor/gateway/playground/src/search.py
now/executor/indexer/__init__.py
now/executor/indexer/elastic/Dockerfile
now/executor/indexer/elastic/README.md
now/executor/indexer/elastic/__init__.py
now/executor/indexer/elastic/config.yml
now/executor/indexer/elastic/elastic_indexer.py
now/executor/indexer/elastic/elasticsearch.yml
now/executor/indexer/elastic/es_converter.py
now/executor/indexer/elastic/es_query_building.py
now/executor/indexer/elastic/requirements.txt
now/executor/indexer/elastic/start-elastic-search-cluster.sh
now/executor/preprocessor/Dockerfile
now/executor/preprocessor/README.md
now/executor/preprocessor/__init__.py
now/executor/preprocessor/config.yml
now/executor/preprocessor/executor.py
now/executor/preprocessor/manifest.yml
now/executor/preprocessor/requirements.txt
now/executor/preprocessor/s3_download.py
now/log/__init__.py
now/log/log.py
now/thirdparty/__init__.py
now/thirdparty/PyInquirer/__init__.py
now/thirdparty/PyInquirer/color_print.py
now/thirdparty/PyInquirer/prompt.py
now/thirdparty/PyInquirer/separator.py
now/thirdparty/PyInquirer/utils.py
now/thirdparty/PyInquirer/prompts/__init__.py
now/thirdparty/PyInquirer/prompts/checkbox.py
now/thirdparty/PyInquirer/prompts/common.py
now/thirdparty/PyInquirer/prompts/confirm.py
now/thirdparty/PyInquirer/prompts/editor.py
now/thirdparty/PyInquirer/prompts/expand.py
now/thirdparty/PyInquirer/prompts/input.py
now/thirdparty/PyInquirer/prompts/list.py
now/thirdparty/PyInquirer/prompts/password.py
now/thirdparty/PyInquirer/prompts/rawlist.py