indexify 0.2.48__py3-none-any.whl → 0.3.0__py3-none-any.whl

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.
Files changed (59) hide show
  1. indexify/{cli.py → cli/cli.py} +75 -82
  2. indexify/executor/README.md +35 -0
  3. indexify/executor/api_objects.py +9 -3
  4. indexify/executor/downloader.py +5 -5
  5. indexify/executor/executor.py +35 -22
  6. indexify/executor/function_executor/function_executor.py +14 -3
  7. indexify/executor/function_executor/function_executor_state.py +13 -10
  8. indexify/executor/function_executor/invocation_state_client.py +2 -1
  9. indexify/executor/function_executor/server/subprocess_function_executor_server_factory.py +22 -10
  10. indexify/executor/function_executor/single_task_runner.py +43 -26
  11. indexify/executor/function_executor/task_input.py +1 -3
  12. indexify/executor/task_fetcher.py +5 -7
  13. indexify/executor/task_reporter.py +3 -5
  14. indexify/executor/task_runner.py +31 -24
  15. indexify/function_executor/README.md +18 -0
  16. indexify/function_executor/handlers/run_function/function_inputs_loader.py +13 -14
  17. indexify/function_executor/handlers/run_function/handler.py +16 -40
  18. indexify/function_executor/handlers/run_function/request_validator.py +7 -5
  19. indexify/function_executor/handlers/run_function/response_helper.py +6 -8
  20. indexify/function_executor/initialize_request_validator.py +1 -2
  21. indexify/function_executor/invocation_state/invocation_state_proxy_server.py +1 -1
  22. indexify/function_executor/invocation_state/proxied_invocation_state.py +1 -3
  23. indexify/function_executor/main.py +50 -0
  24. indexify/function_executor/proto/configuration.py +8 -0
  25. indexify/function_executor/proto/function_executor.proto +9 -4
  26. indexify/function_executor/proto/function_executor_pb2.py +24 -24
  27. indexify/function_executor/proto/function_executor_pb2.pyi +24 -4
  28. indexify/function_executor/server.py +4 -6
  29. indexify/function_executor/{function_executor_service.py → service.py} +35 -24
  30. indexify/utils/README.md +3 -0
  31. indexify/{common_util.py → utils/http_client.py} +2 -2
  32. indexify/{logging.py → utils/logging.py} +36 -2
  33. indexify-0.3.0.dist-info/METADATA +38 -0
  34. indexify-0.3.0.dist-info/RECORD +44 -0
  35. {indexify-0.2.48.dist-info → indexify-0.3.0.dist-info}/WHEEL +1 -1
  36. indexify-0.3.0.dist-info/entry_points.txt +4 -0
  37. indexify/__init__.py +0 -31
  38. indexify/data_loaders/__init__.py +0 -58
  39. indexify/data_loaders/local_directory_loader.py +0 -37
  40. indexify/data_loaders/url_loader.py +0 -52
  41. indexify/error.py +0 -8
  42. indexify/functions_sdk/data_objects.py +0 -27
  43. indexify/functions_sdk/graph.py +0 -364
  44. indexify/functions_sdk/graph_definition.py +0 -63
  45. indexify/functions_sdk/graph_validation.py +0 -70
  46. indexify/functions_sdk/image.py +0 -222
  47. indexify/functions_sdk/indexify_functions.py +0 -354
  48. indexify/functions_sdk/invocation_state/invocation_state.py +0 -22
  49. indexify/functions_sdk/invocation_state/local_invocation_state.py +0 -30
  50. indexify/functions_sdk/object_serializer.py +0 -68
  51. indexify/functions_sdk/pipeline.py +0 -33
  52. indexify/http_client.py +0 -379
  53. indexify/remote_graph.py +0 -138
  54. indexify/remote_pipeline.py +0 -25
  55. indexify/settings.py +0 -1
  56. indexify-0.2.48.dist-info/LICENSE.txt +0 -201
  57. indexify-0.2.48.dist-info/METADATA +0 -154
  58. indexify-0.2.48.dist-info/RECORD +0 -60
  59. indexify-0.2.48.dist-info/entry_points.txt +0 -3
@@ -1,201 +0,0 @@
1
- Apache License
2
- Version 2.0, January 2004
3
- http://www.apache.org/licenses/
4
-
5
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
-
7
- 1. Definitions.
8
-
9
- "License" shall mean the terms and conditions for use, reproduction,
10
- and distribution as defined by Sections 1 through 9 of this document.
11
-
12
- "Licensor" shall mean the copyright owner or entity authorized by
13
- the copyright owner that is granting the License.
14
-
15
- "Legal Entity" shall mean the union of the acting entity and all
16
- other entities that control, are controlled by, or are under common
17
- control with that entity. For the purposes of this definition,
18
- "control" means (i) the power, direct or indirect, to cause the
19
- direction or management of such entity, whether by contract or
20
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
- outstanding shares, or (iii) beneficial ownership of such entity.
22
-
23
- "You" (or "Your") shall mean an individual or Legal Entity
24
- exercising permissions granted by this License.
25
-
26
- "Source" form shall mean the preferred form for making modifications,
27
- including but not limited to software source code, documentation
28
- source, and configuration files.
29
-
30
- "Object" form shall mean any form resulting from mechanical
31
- transformation or translation of a Source form, including but
32
- not limited to compiled object code, generated documentation,
33
- and conversions to other media types.
34
-
35
- "Work" shall mean the work of authorship, whether in Source or
36
- Object form, made available under the License, as indicated by a
37
- copyright notice that is included in or attached to the work
38
- (an example is provided in the Appendix below).
39
-
40
- "Derivative Works" shall mean any work, whether in Source or Object
41
- form, that is based on (or derived from) the Work and for which the
42
- editorial revisions, annotations, elaborations, or other modifications
43
- represent, as a whole, an original work of authorship. For the purposes
44
- of this License, Derivative Works shall not include works that remain
45
- separable from, or merely link (or bind by name) to the interfaces of,
46
- the Work and Derivative Works thereof.
47
-
48
- "Contribution" shall mean any work of authorship, including
49
- the original version of the Work and any modifications or additions
50
- to that Work or Derivative Works thereof, that is intentionally
51
- submitted to Licensor for inclusion in the Work by the copyright owner
52
- or by an individual or Legal Entity authorized to submit on behalf of
53
- the copyright owner. For the purposes of this definition, "submitted"
54
- means any form of electronic, verbal, or written communication sent
55
- to the Licensor or its representatives, including but not limited to
56
- communication on electronic mailing lists, source code control systems,
57
- and issue tracking systems that are managed by, or on behalf of, the
58
- Licensor for the purpose of discussing and improving the Work, but
59
- excluding communication that is conspicuously marked or otherwise
60
- designated in writing by the copyright owner as "Not a Contribution."
61
-
62
- "Contributor" shall mean Licensor and any individual or Legal Entity
63
- on behalf of whom a Contribution has been received by Licensor and
64
- subsequently incorporated within the Work.
65
-
66
- 2. Grant of Copyright License. Subject to the terms and conditions of
67
- this License, each Contributor hereby grants to You a perpetual,
68
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
- copyright license to reproduce, prepare Derivative Works of,
70
- publicly display, publicly perform, sublicense, and distribute the
71
- Work and such Derivative Works in Source or Object form.
72
-
73
- 3. Grant of Patent License. Subject to the terms and conditions of
74
- this License, each Contributor hereby grants to You a perpetual,
75
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
- (except as stated in this section) patent license to make, have made,
77
- use, offer to sell, sell, import, and otherwise transfer the Work,
78
- where such license applies only to those patent claims licensable
79
- by such Contributor that are necessarily infringed by their
80
- Contribution(s) alone or by combination of their Contribution(s)
81
- with the Work to which such Contribution(s) was submitted. If You
82
- institute patent litigation against any entity (including a
83
- cross-claim or counterclaim in a lawsuit) alleging that the Work
84
- or a Contribution incorporated within the Work constitutes direct
85
- or contributory patent infringement, then any patent licenses
86
- granted to You under this License for that Work shall terminate
87
- as of the date such litigation is filed.
88
-
89
- 4. Redistribution. You may reproduce and distribute copies of the
90
- Work or Derivative Works thereof in any medium, with or without
91
- modifications, and in Source or Object form, provided that You
92
- meet the following conditions:
93
-
94
- (a) You must give any other recipients of the Work or
95
- Derivative Works a copy of this License; and
96
-
97
- (b) You must cause any modified files to carry prominent notices
98
- stating that You changed the files; and
99
-
100
- (c) You must retain, in the Source form of any Derivative Works
101
- that You distribute, all copyright, patent, trademark, and
102
- attribution notices from the Source form of the Work,
103
- excluding those notices that do not pertain to any part of
104
- the Derivative Works; and
105
-
106
- (d) If the Work includes a "NOTICE" text file as part of its
107
- distribution, then any Derivative Works that You distribute must
108
- include a readable copy of the attribution notices contained
109
- within such NOTICE file, excluding those notices that do not
110
- pertain to any part of the Derivative Works, in at least one
111
- of the following places: within a NOTICE text file distributed
112
- as part of the Derivative Works; within the Source form or
113
- documentation, if provided along with the Derivative Works; or,
114
- within a display generated by the Derivative Works, if and
115
- wherever such third-party notices normally appear. The contents
116
- of the NOTICE file are for informational purposes only and
117
- do not modify the License. You may add Your own attribution
118
- notices within Derivative Works that You distribute, alongside
119
- or as an addendum to the NOTICE text from the Work, provided
120
- that such additional attribution notices cannot be construed
121
- as modifying the License.
122
-
123
- You may add Your own copyright statement to Your modifications and
124
- may provide additional or different license terms and conditions
125
- for use, reproduction, or distribution of Your modifications, or
126
- for any such Derivative Works as a whole, provided Your use,
127
- reproduction, and distribution of the Work otherwise complies with
128
- the conditions stated in this License.
129
-
130
- 5. Submission of Contributions. Unless You explicitly state otherwise,
131
- any Contribution intentionally submitted for inclusion in the Work
132
- by You to the Licensor shall be under the terms and conditions of
133
- this License, without any additional terms or conditions.
134
- Notwithstanding the above, nothing herein shall supersede or modify
135
- the terms of any separate license agreement you may have executed
136
- with Licensor regarding such Contributions.
137
-
138
- 6. Trademarks. This License does not grant permission to use the trade
139
- names, trademarks, service marks, or product names of the Licensor,
140
- except as required for reasonable and customary use in describing the
141
- origin of the Work and reproducing the content of the NOTICE file.
142
-
143
- 7. Disclaimer of Warranty. Unless required by applicable law or
144
- agreed to in writing, Licensor provides the Work (and each
145
- Contributor provides its Contributions) on an "AS IS" BASIS,
146
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
- implied, including, without limitation, any warranties or conditions
148
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
- PARTICULAR PURPOSE. You are solely responsible for determining the
150
- appropriateness of using or redistributing the Work and assume any
151
- risks associated with Your exercise of permissions under this License.
152
-
153
- 8. Limitation of Liability. In no event and under no legal theory,
154
- whether in tort (including negligence), contract, or otherwise,
155
- unless required by applicable law (such as deliberate and grossly
156
- negligent acts) or agreed to in writing, shall any Contributor be
157
- liable to You for damages, including any direct, indirect, special,
158
- incidental, or consequential damages of any character arising as a
159
- result of this License or out of the use or inability to use the
160
- Work (including but not limited to damages for loss of goodwill,
161
- work stoppage, computer failure or malfunction, or any and all
162
- other commercial damages or losses), even if such Contributor
163
- has been advised of the possibility of such damages.
164
-
165
- 9. Accepting Warranty or Additional Liability. While redistributing
166
- the Work or Derivative Works thereof, You may choose to offer,
167
- and charge a fee for, acceptance of support, warranty, indemnity,
168
- or other liability obligations and/or rights consistent with this
169
- License. However, in accepting such obligations, You may act only
170
- on Your own behalf and on Your sole responsibility, not on behalf
171
- of any other Contributor, and only if You agree to indemnify,
172
- defend, and hold each Contributor harmless for any liability
173
- incurred by, or claims asserted against, such Contributor by reason
174
- of your accepting any such warranty or additional liability.
175
-
176
- END OF TERMS AND CONDITIONS
177
-
178
- APPENDIX: How to apply the Apache License to your work.
179
-
180
- To apply the Apache License to your work, attach the following
181
- boilerplate notice, with the fields enclosed by brackets "[]"
182
- replaced with your own identifying information. (Don't include
183
- the brackets!) The text should be enclosed in the appropriate
184
- comment syntax for the file format. We also recommend that a
185
- file or class name and description of purpose be included on the
186
- same "printed page" as the copyright notice for easier
187
- identification within third-party archives.
188
-
189
- Copyright [yyyy] [name of copyright owner]
190
-
191
- Licensed under the Apache License, Version 2.0 (the "License");
192
- you may not use this file except in compliance with the License.
193
- You may obtain a copy of the License at
194
-
195
- http://www.apache.org/licenses/LICENSE-2.0
196
-
197
- Unless required by applicable law or agreed to in writing, software
198
- distributed under the License is distributed on an "AS IS" BASIS,
199
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
- See the License for the specific language governing permissions and
201
- limitations under the License.
@@ -1,154 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: indexify
3
- Version: 0.2.48
4
- Summary: Python Client for Indexify
5
- Home-page: https://github.com/tensorlakeai/indexify
6
- License: Apache 2.0
7
- Author: Tensorlake Inc.
8
- Author-email: support@tensorlake.ai
9
- Requires-Python: >=3.9,<4.0
10
- Classifier: License :: Other/Proprietary License
11
- Classifier: Programming Language :: Python :: 3
12
- Classifier: Programming Language :: Python :: 3.9
13
- Classifier: Programming Language :: Python :: 3.10
14
- Classifier: Programming Language :: Python :: 3.11
15
- Classifier: Programming Language :: Python :: 3.12
16
- Classifier: Programming Language :: Python :: 3.13
17
- Requires-Dist: cloudpickle (>=3.1.0,<4.0.0)
18
- Requires-Dist: docker (>=7.1.0,<8.0.0)
19
- Requires-Dist: grpcio (==1.68.1)
20
- Requires-Dist: grpcio-tools (==1.68.1)
21
- Requires-Dist: httpx-sse (>=0.4.0,<0.5.0)
22
- Requires-Dist: httpx[http2] (==0.27.2)
23
- Requires-Dist: nanoid (>=2.0.0,<3.0.0)
24
- Requires-Dist: pydantic (==2.10.4)
25
- Requires-Dist: pyyaml (>=6,<7)
26
- Requires-Dist: rich (>=13.9.2,<14.0.0)
27
- Requires-Dist: structlog (>=24.4.0,<25.0.0)
28
- Requires-Dist: typer (>=0.12,<0.13)
29
- Project-URL: Repository, https://github.com/tensorlakeai/indexify
30
- Description-Content-Type: text/markdown
31
-
32
- # Indexify Python SDK
33
-
34
- [![PyPI version](https://badge.fury.io/py/indexify.svg)](https://badge.fury.io/py/indexify)
35
- [![Discord](https://dcbadge.vercel.app/api/server/VXkY7zVmTD?style=flat&compact=true)](https://discord.gg/VXkY7zVmTD)
36
-
37
- This is the Python SDK to build real-time continuously running unstructured data processing pipelines with Indexify.
38
-
39
- Start by writing and testing your pipelines locally using your data, then deploy them into the Indexify service to process data in real-time at scale.
40
-
41
- ## Installation
42
-
43
- ```shell
44
- pip install indexify
45
- ```
46
-
47
- ## Examples
48
- **[PDF Document Extraction](../examples/pdf_document_extraction/workflow.py)**
49
- 1. Extracts text, tables and images from an ingested PDF file
50
- 2. Indexes the text using MiniLM-L6-v2, the images with CLIP
51
- 3. Writes the results into a vector database.
52
-
53
- **[Youtube Transcription Summarizer](../examples/video_summarization/workflow.py)**
54
- 1. Downloads Youtube Video
55
- 2. Extracts audio from the video and transcribes using `Faster Whisper`
56
- 3. Uses Llama 3.1 backed by `Llama.cpp` to understand and classify the nature of the video.
57
- 4. Routes the transcription dynamically to one of the transcription summarizer to retain specific summarization attributes.
58
- 5. Finally the entire transcription is embedded and stored in a vector database for retrieval.
59
-
60
- ## Quick Start
61
- 1. Write data processing functions in Python and use Pydantic objects for returning complex data types from functions
62
- 2. Connect functions using a graph interface. Indexify automatically stores function outputs and passes them along to downstream functions.
63
- 3. If a function returns a list, the downstream functions will be called with each item in the list in **parallel**.
64
- 4. The input of the first function becomes the input to the HTTP endpoint of the Graph.
65
-
66
- ## Functional Features
67
- 1. There is **NO** limit to volume of data being ingested since we use blob stores for storing metadata and objects
68
- 2. The server can handle 10s of 1000s of files being ingested into the graphs in parallel.
69
- 3. The scheduler reacts under 8 microseconds to ingestion events, so it's suitable for workflows which needs to run in realtime.
70
- 4. Batch ingestion is handled gracefully by batching ingested data and scheduling for high throughput in production settings.
71
-
72
- ```python
73
- from pydantic import BaseModel
74
- from indexify import indexify_function
75
- from typing import Dict, Any, Optional, List
76
-
77
- # Define function inputs and outputs
78
- class Document(BaseModel):
79
- text: str
80
- metadata: Dict[str, Any]
81
-
82
- class TextChunk(BaseModel):
83
- text: str
84
- metadata: Dict[str, Any]
85
- embedding: Optional[List[float]] = None
86
-
87
-
88
- # Decorate a function which is going to be part of your data processing graph
89
- @indexify_function()
90
- def split_text(doc: Document) -> List[TextChunk]:
91
- midpoint = len(doc.text) // 2
92
- first_half = TextChunk(text=doc.text[:midpoint], metadata=doc.metadata)
93
- second_half = TextChunk(text=doc.text[midpoint:], metadata=doc.metadata)
94
- return [first_half, second_half]
95
-
96
- # Any requirements specified is automatically installed in production clusters
97
- @indexify_function(requirements=["langchain_text_splitter"])
98
- def compute_embedding(chunk: TextChunk) -> TextChunk:
99
- chunk.embedding = [0.1, 0.2, 0.3]
100
- return chunk
101
-
102
- # You can constrain functions to run on specific executors
103
- @indexify_function(executor_runtime_name="postgres-driver-image")
104
- def write_to_db(chunk: TextChunk):
105
- # Write to your favorite vector database
106
- ...
107
-
108
- ## Create a graph
109
- from indexify import Graph
110
-
111
- g = Graph(name="my_graph", start_node=split_text)
112
- g.add_edge(split_text, compute_embedding)
113
- g.add_edge(embed_text, write_to_db)
114
- ```
115
-
116
- ## Graph Execution
117
- Every time the Graph is invoked, Indexify will provide an `Invocation Id` which can be used to know about the status of the processing and any outputs from the Graph.
118
-
119
- ## Run the Graph Locally
120
- ```python
121
- from indexify import IndexifyClient
122
-
123
- client = IndexifyClient(local=True)
124
- client.register_graph(g)
125
- invocation_id = client.invoke_graph_with_object(g.name, Document(text="Hello, world!", metadata={"source": "test"}))
126
- graph_outputs = client.graph_outputs(g.name, invocation_id)
127
- ```
128
-
129
- ## Deploy the Graph to Indexify Server for Production
130
- > Work In Progress - The version of server that works with python based graphs haven't been released yet. It will be shortly released. Join discord for development updates.
131
- ```python
132
- from indexify import IndexifyClient
133
-
134
- client = IndexifyClient(service_url="http://localhost:8900")
135
- client.register_graph(g)
136
- ```
137
-
138
- #### Ingestion into the Service
139
- Extraction Graphs continuously run on the Indexify Service like any other web service. Indexify Server runs the extraction graphs in parallel and in real-time when new data is ingested into the service.
140
-
141
- ```python
142
- output_id = client.invoke_graph_with_object(g.name, Document(text="Hello, world!", metadata={"source": "test"}))
143
- ```
144
-
145
- #### Retrieve Graph Outputs for a given ingestion object
146
- ```python
147
- graph_outputs = client.graph_outputs(g.name, output_id)
148
- ```
149
-
150
- #### Retrieve All Graph Inputs
151
- ```python
152
- graph_inputs = client.graph_inputs(g.name)
153
- ```
154
-
@@ -1,60 +0,0 @@
1
- indexify/__init__.py,sha256=ERgPjxxLiyvtT1y6aapzKspJQuEb_eBBUIN8idKmey0,739
2
- indexify/cli.py,sha256=BWR3L7-WovzMvoZbwMbv3CyIlBt3DcT11dqz6nYlaQA,9473
3
- indexify/common_util.py,sha256=LKS6yZ3yv8nF2J-KzisGIjqjTvCn7tLFifQJLT4gHRg,3529
4
- indexify/data_loaders/__init__.py,sha256=Y5NEuseTcYAICRiweYw5wBQ2m2YplbsY21I7df-rdi4,1339
5
- indexify/data_loaders/local_directory_loader.py,sha256=fCrgj5drnW71ZUdDDvcB1-VJjIs1w6Q8sEW0HSGSAiA,1247
6
- indexify/data_loaders/url_loader.py,sha256=32SERljcq1Xsi4RdLz2dgyk2TER5pQPTtXl3gUzwHbY,1533
7
- indexify/error.py,sha256=qAWr8R6AxPkjsxHSzXTc8zqYnNO_AjOqqYEPsQvF1Zs,238
8
- indexify/executor/api_objects.py,sha256=CJ1RUZWAw5WC1dO6IPx36s9PPlY_ONNHFCAhV7Ql4s0,885
9
- indexify/executor/downloader.py,sha256=9zzV1febq5xXlvDjsDPms8rvBTIE0ulXKqeWpvvfaGQ,6368
10
- indexify/executor/executor.py,sha256=cnTzqqokZj2YxAwV4R9ihMTw5DpanWaF-ceNRm5Y3qk,5209
11
- indexify/executor/function_executor/function_executor.py,sha256=u9hzRAH8_rcDpIWOjT0CA6yNOo8qlyBYqLg9VESqBvo,4863
12
- indexify/executor/function_executor/function_executor_state.py,sha256=CKU3ujetHf6_8zEXtY5eSxcaFB6PfPQSuPlL1AJDJf8,2758
13
- indexify/executor/function_executor/invocation_state_client.py,sha256=LgVFRaklo201AogAM-hLrfTfUeQZxmwYRZv0X2u-64Y,8596
14
- indexify/executor/function_executor/server/function_executor_server.py,sha256=_DLivLDikupZusRk8gVWDk7fWPT9XjZ4un1yWSlOObs,883
15
- indexify/executor/function_executor/server/function_executor_server_factory.py,sha256=pGbJMQfC5TNvyWOs6VDKdqd2PK5OHQh5_wSDP-E7DbI,1677
16
- indexify/executor/function_executor/server/subprocess_function_executor_server.py,sha256=DxQMwAvQi03OGo2sFruUrxwcMPG8In4C62L3sped2FI,694
17
- indexify/executor/function_executor/server/subprocess_function_executor_server_factory.py,sha256=MrhlcH5UZXJn9mAuyCJVVcJTihx8SDDuaraXFvkWjsU,3628
18
- indexify/executor/function_executor/single_task_runner.py,sha256=al4Ngq2oQgEbThNOn1qA45XZ2AUJCysGxXhiZmzFBZA,5750
19
- indexify/executor/function_executor/task_input.py,sha256=7Mkd-OCt1s9HdbyhrxKQkhxsVR9yeT6jC6zd2knt5-8,591
20
- indexify/executor/function_executor/task_output.py,sha256=3-qcT1aigmOFEp6QSJtUcQfqeJfrxvo265qgk9WAUVg,1064
21
- indexify/executor/runtime_probes.py,sha256=bo6Dq6AGZpJH099j0DHtVSDEH80tv3j9MXf3VXSx_p8,2182
22
- indexify/executor/task_fetcher.py,sha256=qBuVxgjzjkTi_1_hyQqtBxetBxdL7TGMgI4FBwyTANE,3004
23
- indexify/executor/task_reporter.py,sha256=xHEk_TVeXYo6rcuDWImFmjLjfwRvpohP1-MS4grCASM,6663
24
- indexify/executor/task_runner.py,sha256=7VCn5qLxsWV-NECnxX-29kh3wWLmKjR1Cbnt7g3cpps,4846
25
- indexify/function_executor/function_executor_service.py,sha256=AyB65KREhNueB_iZu1QvNxhNPAQqJVsq3pKwZWKLzVA,4403
26
- indexify/function_executor/handlers/run_function/function_inputs_loader.py,sha256=x2Lrzb6CsEWDWW5qG9etS7TyV7KVYfuFKEbzKVhYizo,1553
27
- indexify/function_executor/handlers/run_function/handler.py,sha256=g6JZna852tQleASn9lA651fZh_chVYTKbyWDvgXi0NA,5695
28
- indexify/function_executor/handlers/run_function/request_validator.py,sha256=tVmbOS2g4AeV48CZCSDRycnoQjjGy12XD_vbaOLX_Z4,740
29
- indexify/function_executor/handlers/run_function/response_helper.py,sha256=KDSadee08g6JRFwKRTdcOwbP6SmRJCGVHh1FOLdt_ws,3109
30
- indexify/function_executor/initialize_request_validator.py,sha256=AtyKgIjlGHB-Fh3Vhso86TC0o65DfuVEY8GFfRSfylo,709
31
- indexify/function_executor/invocation_state/invocation_state_proxy_server.py,sha256=JFan-Ku9aFy72_54j0tyg5e8LdpvEIcbWL0pbNfcFSs,7021
32
- indexify/function_executor/invocation_state/proxied_invocation_state.py,sha256=AOztc2uSTaPQEqwc8Fh5zLHgJlgv6u68kvP0IolecOA,951
33
- indexify/function_executor/invocation_state/response_validator.py,sha256=05Y9_5s010owaDb6OUia9W9Alx1r1zJ179HboEkT-Xk,896
34
- indexify/function_executor/proto/configuration.py,sha256=P0xtxwf-XaCxi0kvtCbm4X8y0YOuHhR-uh9xUuLdFoM,595
35
- indexify/function_executor/proto/function_executor.proto,sha256=S1hnn0WLOKGuQAOOSTBxnPTOuDTxhqcGg7rHegSzl5M,3789
36
- indexify/function_executor/proto/function_executor_pb2.py,sha256=lwBmDF2gTwcMYgp_4fLIm3SpS1rBoleAeXSJWSUU7BY,6952
37
- indexify/function_executor/proto/function_executor_pb2.pyi,sha256=rgOBthcwNli9FUBb6oDY0KfWWrgszQpGVvAWxxVTr24,6495
38
- indexify/function_executor/proto/function_executor_pb2_grpc.py,sha256=xrqIDrcl1PTyQTGAAGrgSDKEtZilC445Op0tJ7LmS5Q,8716
39
- indexify/function_executor/proto/message_validator.py,sha256=OKXPYgy5L9c-spnV9Zjv7PA_yxwzvykfhbYylYx8cwQ,1456
40
- indexify/function_executor/server.py,sha256=YEeKHR6qjNJyLFb8KNjcCYClBgVzdJNmKwdwmyJ-ybE,1136
41
- indexify/functions_sdk/data_objects.py,sha256=ZJ7B9b5OI7aieCWJFx18pV6tqScssIFtmth84i7nKTg,623
42
- indexify/functions_sdk/graph.py,sha256=_54nK1xckZ8dYf6ApalTDmaQwa_QPf66e9rDXf5Ii_4,13356
43
- indexify/functions_sdk/graph_definition.py,sha256=yQ7c7jpA8RB8Yt81D1i5R3LPT8fmLvN8bLuEHvS4P_o,1775
44
- indexify/functions_sdk/graph_validation.py,sha256=mN2Fcp91GIwFZEQP6z_qGqt4LkLM70SnI7AWBi4CmKQ,2509
45
- indexify/functions_sdk/image.py,sha256=iLvA7yHRGKcPLbPmb4mM5JqVduhr9aVn5kjaCMYsOgY,6754
46
- indexify/functions_sdk/indexify_functions.py,sha256=PA1cH3wCZoNiGlO_5igNH-8T0NcUXzMhQYAvUSebdZQ,12434
47
- indexify/functions_sdk/invocation_state/invocation_state.py,sha256=azSRnX-ryii2Ehqfn5v2vuoXd0pWLu4koRf6RPBNQJk,828
48
- indexify/functions_sdk/invocation_state/local_invocation_state.py,sha256=f3m_xlfaGrep-YBqJFXUXpBykyKfEQtyaJ606htwGX4,1107
49
- indexify/functions_sdk/object_serializer.py,sha256=R58ALsl2Lb87ii6km4D6hBBsqRs_CHNISxhUICE2d9o,1931
50
- indexify/functions_sdk/pipeline.py,sha256=KmxZE8eBFAQ4bbEcYURXXR26HSyoAT3O6iu9H38-OXE,974
51
- indexify/http_client.py,sha256=VKrEqffjkA5S2LRrs0O1ierjha7YILs6g2DhI0oFf1E,14682
52
- indexify/logging.py,sha256=_TLnWT0RzABvExwTixjdpuxoSNUev4zeNV0K1VlEUmA,1099
53
- indexify/remote_graph.py,sha256=OzBucU4buR5UdTViNJvh1RfnOTmYA34Uel5qXnRsQsA,5006
54
- indexify/remote_pipeline.py,sha256=oqx57rSPszNS3DToXO_nf-CKqkCZWptm1u_p3orV_gQ,790
55
- indexify/settings.py,sha256=Ny59mzYI4gbXoK8hjx66a_men6ndbd1J1zCTcKOoyzg,50
56
- indexify-0.2.48.dist-info/LICENSE.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
57
- indexify-0.2.48.dist-info/METADATA,sha256=4e9_2wZOkxC-Ae0bIxL5Q0G7P59O21Hw_H5MfS0ugY8,6267
58
- indexify-0.2.48.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
59
- indexify-0.2.48.dist-info/entry_points.txt,sha256=Pih7WV-XMpAzI5dEvROcpLr-ybVhd9Y-AtuzBKUdcDs,49
60
- indexify-0.2.48.dist-info/RECORD,,
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- indexify-cli=indexify.cli:app
3
-