indexify 0.4.3__tar.gz → 0.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {indexify-0.4.3 → indexify-0.4.4}/PKG-INFO +2 -2
- {indexify-0.4.3 → indexify-0.4.4}/pyproject.toml +4 -3
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/proto/executor_api_pb2.py +2 -2
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/proto/executor_api_pb2.pyi +2 -2
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/proto/executor_api_pb2_grpc.py +1 -1
- {indexify-0.4.3 → indexify-0.4.4}/README.md +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/cli/__init__.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/cli/build_image.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/cli/deploy.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/cli/executor.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/README.md +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/blob_store/blob_store.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/blob_store/local_fs_blob_store.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/blob_store/metrics/blob_store.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/blob_store/s3_blob_store.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/channel_manager.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/executor.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_allowlist.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/function_executor.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/health_checker.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/invocation_state_client.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/metrics/function_executor.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/metrics/health_checker.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/metrics/invocation_state_client.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/server/client_configuration.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/server/function_executor_server.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/server/function_executor_server_factory.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/server/subprocess_function_executor_server.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/server/subprocess_function_executor_server_factory.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/__init__.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/completed_task_metrics.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/create_function_executor.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/debug_event_loop.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/destroy_function_executor.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/downloads.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/events.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/function_executor_controller.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/loggers.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/message_validators.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/metrics/completed_task_metrics.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/metrics/downloads.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/metrics/function_executor_controller.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/metrics/run_task.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/metrics/upload_task_output.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/prepare_task.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/run_task.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/task_info.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/task_output.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/upload_task_output.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/host_resources/host_resources.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/host_resources/nvidia_gpu.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/host_resources/nvidia_gpu_allocator.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/metrics/channel_manager.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/metrics/executor.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/metrics/state_reconciler.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/metrics/state_reporter.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/handler.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/health_check_handler.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/health_checker/generic_health_checker.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/health_checker/health_checker.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/metrics.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/prometheus_metrics_handler.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/server.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/startup_probe_handler.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/state_reconciler.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/state_reporter.py +0 -0
- {indexify-0.4.3 → indexify-0.4.4}/src/indexify/proto/executor_api.proto +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: indexify
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.4
|
4
4
|
Summary: Open Source Indexify components and helper tools
|
5
5
|
Home-page: https://github.com/tensorlakeai/indexify
|
6
6
|
License: Apache 2.0
|
@@ -17,7 +17,7 @@ Requires-Dist: aiohttp (>=3.11.0,<4.0.0)
|
|
17
17
|
Requires-Dist: boto3 (>=1.37.30,<2.0.0)
|
18
18
|
Requires-Dist: prometheus-client (>=0.21.1,<0.22.0)
|
19
19
|
Requires-Dist: psutil (>=7.0.0,<8.0.0)
|
20
|
-
Requires-Dist: tensorlake (
|
20
|
+
Requires-Dist: tensorlake (==0.1.85)
|
21
21
|
Project-URL: Repository, https://github.com/tensorlakeai/indexify
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "indexify"
|
3
3
|
# Incremented if any of the components provided in this packages are updated.
|
4
|
-
version = "0.4.
|
4
|
+
version = "0.4.4"
|
5
5
|
description = "Open Source Indexify components and helper tools"
|
6
6
|
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
|
7
7
|
license = "Apache 2.0"
|
@@ -23,8 +23,9 @@ python = "^3.10"
|
|
23
23
|
aiohttp = "^3.11.0"
|
24
24
|
prometheus-client = "^0.21.1"
|
25
25
|
psutil = "^7.0.0"
|
26
|
-
# Adds function-executor binary
|
27
|
-
tensorlake
|
26
|
+
# Adds function-executor binary, utils lib, sdk used in indexify-cli commands.
|
27
|
+
# We need to specify the tensorlake version exactly because pip install doesn't respect poetry.lock files.
|
28
|
+
tensorlake = "0.1.85"
|
28
29
|
# Uncomment the next line to use local tensorlake package (only for development!)
|
29
30
|
# tensorlake = { path = "../tensorlake", develop = true }
|
30
31
|
# pydantic is provided by tensorlake
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
4
4
|
# source: indexify/proto/executor_api.proto
|
5
|
-
# Protobuf Python Version:
|
5
|
+
# Protobuf Python Version: 6.31.0
|
6
6
|
"""Generated protocol buffer code."""
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
@@ -11,7 +11,7 @@ from google.protobuf import symbol_database as _symbol_database
|
|
11
11
|
from google.protobuf.internal import builder as _builder
|
12
12
|
|
13
13
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
14
|
-
_runtime_version.Domain.PUBLIC,
|
14
|
+
_runtime_version.Domain.PUBLIC, 6, 31, 0, "", "indexify/proto/executor_api.proto"
|
15
15
|
)
|
16
16
|
# @@protoc_insertion_point(imports)
|
17
17
|
|
@@ -1,6 +1,6 @@
|
|
1
|
+
from collections.abc import Iterable as _Iterable
|
2
|
+
from collections.abc import Mapping as _Mapping
|
1
3
|
from typing import ClassVar as _ClassVar
|
2
|
-
from typing import Iterable as _Iterable
|
3
|
-
from typing import Mapping as _Mapping
|
4
4
|
from typing import Optional as _Optional
|
5
5
|
from typing import Union as _Union
|
6
6
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/function_executor.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/invocation_state_client.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor/metrics/health_checker.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/downloads.py
RENAMED
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/events.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/loggers.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/prepare_task.py
RENAMED
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/run_task.py
RENAMED
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/task_info.py
RENAMED
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/function_executor_controller/task_output.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/host_resources/nvidia_gpu_allocator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/health_checker/health_checker.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.3 → indexify-0.4.4}/src/indexify/executor/monitoring/prometheus_metrics_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|