Commit 0a4231f
File tree
4 files changed
+21
-19
lines changed- indexify
- tests/features
4 files changed
+21
-19
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | | - | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
Submodule tensorlake updated 34 files
- pyproject.toml+1-1
- src/tensorlake/applications/__init__.py-2
- src/tensorlake/applications/ast/function_call_node.py+4-13
- src/tensorlake/applications/function/api_call.py-3
- src/tensorlake/applications/function/function_call.py+2-29
- src/tensorlake/applications/function/reducer_call.py-2
- src/tensorlake/applications/interface/function.py+4-15
- src/tensorlake/applications/interface/gather.py-4
- src/tensorlake/applications/interface/request_context.py+11-16
- src/tensorlake/applications/local/request_state.py+1-1
- src/tensorlake/applications/local/runner.py+13-7
- src/tensorlake/applications/remote/api_client.py+2-1
- src/tensorlake/applications/request_context/contextvar.py+22
- src/tensorlake/applications/request_context/request_context_base.py+1-1
- src/tensorlake/applications/request_context/request_metrics_recorder.py+1-1
- src/tensorlake/applications/request_context/request_state.py
- src/tensorlake/builder/client_v2.py+2-3
- src/tensorlake/function_executor/handlers/run_function/handler.py+12-5
- src/tensorlake/function_executor/handlers/run_function/response_helper.py+3-1
- src/tensorlake/function_executor/request_state/proxied_request_state.py+3-1
- src/tensorlake/function_executor/service.py+6-2
- tests/applications/test_complex_graph.py+14-20
- tests/applications/test_fake_pdf_parse_workflow.py+1-2
- tests/applications/test_function_call_signatures.py+1-22
- tests/applications/test_request_metrics.py+2-1
- tests/applications/test_request_state.py+19-25
- tests/applications/test_simple_graph.py+2-3
- tests/function_executor/test_health_check.py+4-6
- tests/function_executor/test_memory_usage.py+4-4
- tests/function_executor/test_request_error.py+11-5
- tests/function_executor/test_request_state.py+20-12
- tests/function_executor/test_run_allocation.py+26-30
- tests/function_executor/test_s3_blob_store.py+3-3
- tests/function_executor/testing.py+2-3
0 commit comments