indexify 0.4.18__tar.gz → 0.4.19__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.18 → indexify-0.4.19}/PKG-INFO +4 -2
- {indexify-0.4.18 → indexify-0.4.19}/pyproject.toml +5 -4
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/cli/deploy.py +1 -1
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/host_resources/host_resources.py +3 -2
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/host_resources/nvidia_gpu.py +3 -3
- {indexify-0.4.18 → indexify-0.4.19}/README.md +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/cli/__init__.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/cli/build_image.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/cli/executor.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/README.md +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/blob_store/blob_store.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/blob_store/local_fs_blob_store.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/blob_store/metrics/blob_store.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/blob_store/s3_blob_store.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/channel_manager.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/executor.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_allowlist.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/function_executor.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/health_checker.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/invocation_state_client.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/metrics/function_executor.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/metrics/health_checker.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/metrics/invocation_state_client.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/server/client_configuration.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/server/function_executor_server.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/server/function_executor_server_factory.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/server/subprocess_function_executor_server.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/server/subprocess_function_executor_server_factory.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/__init__.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/completed_task_metrics.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/create_function_executor.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/debug_event_loop.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/downloads.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/events.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/function_executor_controller.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/function_executor_startup_output.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/loggers.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/message_validators.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/metrics/completed_task_metrics.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/metrics/downloads.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/metrics/function_executor_controller.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/metrics/run_task.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/metrics/upload_task_output.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/prepare_task.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/run_task.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/task_info.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/task_output.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/terminate_function_executor.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/upload_task_output.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/host_resources/nvidia_gpu_allocator.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/metrics/channel_manager.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/metrics/executor.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/metrics/state_reconciler.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/metrics/state_reporter.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/handler.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/health_check_handler.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/health_checker/generic_health_checker.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/health_checker/health_checker.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/health_checker/metrics/health_checker.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/metrics.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/prometheus_metrics_handler.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/server.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/startup_probe_handler.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/state_reconciler.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/state_reporter.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/proto/executor_api.proto +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/proto/executor_api_pb2.py +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/proto/executor_api_pb2.pyi +0 -0
- {indexify-0.4.18 → indexify-0.4.19}/src/indexify/proto/executor_api_pb2_grpc.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: indexify
|
3
|
-
Version: 0.4.
|
3
|
+
Version: 0.4.19
|
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
|
@@ -15,9 +15,11 @@ Classifier: Programming Language :: Python :: 3.12
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.13
|
16
16
|
Requires-Dist: aiohttp (>=3.12.14,<4.0.0)
|
17
17
|
Requires-Dist: boto3 (>=1.39.8,<2.0.0)
|
18
|
+
Requires-Dist: httpx[http2] (==0.27.2)
|
18
19
|
Requires-Dist: prometheus-client (>=0.22.1,<0.23.0)
|
19
20
|
Requires-Dist: psutil (>=7.0.0,<8.0.0)
|
20
|
-
Requires-Dist:
|
21
|
+
Requires-Dist: pydantic (>=2.11,<3.0)
|
22
|
+
Requires-Dist: tensorlake (==0.2.28)
|
21
23
|
Project-URL: Repository, https://github.com/tensorlakeai/indexify
|
22
24
|
Description-Content-Type: text/markdown
|
23
25
|
|
@@ -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.19"
|
5
5
|
description = "Open Source Indexify components and helper tools"
|
6
6
|
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
|
7
7
|
license = "Apache 2.0"
|
@@ -17,19 +17,20 @@ indexify-cli = "indexify.cli:cli"
|
|
17
17
|
python = "^3.10"
|
18
18
|
# structlog is provided by tensorlake
|
19
19
|
# pyyaml is provided by tensorlake
|
20
|
-
# httpx is provided by tensorlake
|
21
20
|
|
22
21
|
# Executor only
|
23
22
|
aiohttp = "^3.12.14"
|
23
|
+
# mTLS support for httpx 0.28.1 is broken, wait for 0.28.2 to see if the bug is fixed
|
24
|
+
httpx = { version = "0.27.2", extras = ["http2"] }
|
25
|
+
pydantic = "^2.11"
|
24
26
|
prometheus-client = "^0.22.1"
|
25
27
|
psutil = "^7.0.0"
|
26
28
|
boto3 = "^1.39.8"
|
27
29
|
# Adds function-executor binary, utils lib, sdk used in indexify-cli commands.
|
28
30
|
# We need to specify the tensorlake version exactly because pip install doesn't respect poetry.lock files.
|
29
|
-
tensorlake = "0.2.
|
31
|
+
tensorlake = "0.2.28"
|
30
32
|
# Uncomment the next line to use local tensorlake package (only for development!)
|
31
33
|
# tensorlake = { path = "../tensorlake", develop = true }
|
32
|
-
# pydantic is provided by tensorlake
|
33
34
|
# grpcio is provided by tensorlake
|
34
35
|
# grpcio-tools is provided by tensorlake
|
35
36
|
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import click
|
2
2
|
from tensorlake import Graph
|
3
3
|
from tensorlake.functions_sdk.graph_serialization import graph_code_dir_path
|
4
|
+
from tensorlake.functions_sdk.remote_graph import RemoteGraph
|
4
5
|
from tensorlake.functions_sdk.workflow_module import (
|
5
6
|
WorkflowModuleInfo,
|
6
7
|
load_workflow_module_info,
|
7
8
|
)
|
8
|
-
from tensorlake.remote_graph import RemoteGraph
|
9
9
|
|
10
10
|
|
11
11
|
@click.command(
|
@@ -1,13 +1,14 @@
|
|
1
|
+
from dataclasses import dataclass
|
1
2
|
from typing import Any, List, Optional
|
2
3
|
|
3
4
|
import psutil
|
4
|
-
from pydantic import BaseModel
|
5
5
|
|
6
6
|
from .nvidia_gpu import NvidiaGPUInfo
|
7
7
|
from .nvidia_gpu_allocator import NvidiaGPUAllocator
|
8
8
|
|
9
9
|
|
10
|
-
|
10
|
+
@dataclass
|
11
|
+
class HostResources:
|
11
12
|
cpu_count: int
|
12
13
|
memory_mb: int
|
13
14
|
disk_mb: int
|
@@ -1,9 +1,8 @@
|
|
1
1
|
import subprocess
|
2
|
+
from dataclasses import dataclass
|
2
3
|
from enum import Enum
|
3
4
|
from typing import Any, List
|
4
5
|
|
5
|
-
from pydantic import BaseModel
|
6
|
-
|
7
6
|
|
8
7
|
# Only NVIDIA GPUs currently supported in Tensorlake SDK are listed here.
|
9
8
|
# GPU models coming with multiple memory sizes have a different enum value per memory size.
|
@@ -17,7 +16,8 @@ class NVIDIA_GPU_MODEL(str, Enum):
|
|
17
16
|
A10 = "A10"
|
18
17
|
|
19
18
|
|
20
|
-
|
19
|
+
@dataclass
|
20
|
+
class NvidiaGPUInfo:
|
21
21
|
index: str
|
22
22
|
uuid: str
|
23
23
|
product_name: str # The official product name.
|
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.18 → indexify-0.4.19}/src/indexify/executor/function_executor/function_executor.py
RENAMED
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor/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
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/downloads.py
RENAMED
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/events.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/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
|
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/run_task.py
RENAMED
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/function_executor_controller/task_info.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/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
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/health_check_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/prometheus_metrics_handler.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.18 → indexify-0.4.19}/src/indexify/executor/monitoring/startup_probe_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|