Skip to content

Commit 6f3f921

Browse files
authored
Merge branch 'main' into ilongin/11161-clickhouse-nullable
2 parents 3a01827 + 13e5c13 commit 6f3f921

File tree

19 files changed

+119
-700
lines changed

19 files changed

+119
-700
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
shell: bash
107107

108108
- name: Run E2E tests
109-
run: nox -s tests-${{ matrix.pyv }} -- -m "e2e" $DISABLE_REMOTES_ARG
109+
run: nox -s tests-${{ matrix.pyv }} -- -m "e2e" --cov-append $DISABLE_REMOTES_ARG
110110
shell: bash
111111

112112
- name: Upload coverage report

docs/overrides/main.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
<script type="text/javascript">
99
!function () { var e, t, n; e = "14ffd92a6cbf5f2", t = function () { Reo.init({ clientID: "14ffd92a6cbf5f2" }) }, (n = document.createElement("script")).src = "https://static.reo.dev/" + e + "/reo.js", n.async = !0, n.onload = t, document.head.appendChild(n) }();
1010
</script>
11+
<script>
12+
function initApollo() {
13+
var n = Math.random().toString(36).substring(7), o = document.createElement("script");
14+
o.src = "https://assets.apollo.io/micro/website-tracker/tracker.iife.js?nocache=" + n, o.async = !0, o.defer = !0,
15+
o.onload = function () { window.trackingFunctions.onLoad({ appId: "66315101e9aa7501c79140d9" }) },
16+
document.head.appendChild(o)
17+
};
18+
initApollo();
19+
</script>
20+
1121

1222

1323
{% endblock %}

examples/llm_and_nlp/unstructured-embeddings-gen.py

Lines changed: 0 additions & 78 deletions
This file was deleted.

examples/llm_and_nlp/unstructured-summary-map.py

Lines changed: 0 additions & 67 deletions
This file was deleted.

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,7 @@ examples = [
106106
"datachain[tests]",
107107
"defusedxml",
108108
"accelerate",
109-
"unstructured_ingest[embed-huggingface]",
110-
"unstructured[pdf]<0.16.12",
111-
"pdfplumber==0.11.5",
112109
"huggingface_hub[hf_transfer]",
113-
"onnx==1.16.1",
114110
"ultralytics==8.3.64",
115111
"open_clip_torch"
116112
]

src/datachain/catalog/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
QUERY_SCRIPT_CANCELED_EXIT_CODE,
44
QUERY_SCRIPT_INVALID_LAST_STATEMENT_EXIT_CODE,
55
Catalog,
6-
parse_edatachain_file,
76
)
87
from .loader import get_catalog
98

@@ -13,5 +12,4 @@
1312
"QUERY_SCRIPT_INVALID_LAST_STATEMENT_EXIT_CODE",
1413
"Catalog",
1514
"get_catalog",
16-
"parse_edatachain_file",
1715
]

0 commit comments

Comments
 (0)