Skip to content

Commit

Permalink
Merge branch 'main' into ilongin/340-remove-storage-from-dataset-query
Browse files Browse the repository at this point in the history
  • Loading branch information
ilongin committed Sep 7, 2024
2 parents 8643b3e + a0ce094 commit 46fa96d
Show file tree
Hide file tree
Showing 10 changed files with 191 additions and 60 deletions.
5 changes: 4 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.. image:: docs/assets/datachain_logotype.svg
:height: 48
:alt: DataChain logo

|PyPI| |Python Version| |Codecov| |Tests|

.. |PyPI| image:: https://img.shields.io/pypi/v/datachain.svg
Expand All @@ -13,7 +17,6 @@
:target: https://github.com/iterative/datachain/actions/workflows/tests.yml
:alt: Tests

AI 🔗 DataChain
----------------

DataChain is a modern Pythonic data-frame library designed for artificial intelligence.
Expand Down
Binary file removed docs/assets/datachain.png
Binary file not shown.
24 changes: 24 additions & 0 deletions docs/assets/datachain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions docs/assets/datachain_logotype.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🔗 DataChain Getting Started
# Get Started with DataChain

🔨Wrangle unstructured AI data at scale

Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
site_name: DataChain
site_name: ''
site_url: https://datachain.dvc.ai
site_description: Wrangle unstructured AI data at scale

Expand All @@ -15,8 +15,8 @@ validation:

theme:
name: material
logo: assets/datachain.png
favicon: assets/datachain.png
logo: assets/datachain_logotype.svg
favicon: assets/datachain.svg
icon:
repo: fontawesome/brands/github
features:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"dill==0.3.8",
"cloudpickle",
"orjson>=3.10.5",
"pydantic>2,<2.9",
"pydantic>=2,<3",
"jmespath>=1.0",
"datamodel-code-generator>=0.25",
"Pillow>=10.0.0,<11",
Expand Down
2 changes: 1 addition & 1 deletion src/datachain/lib/dc.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class Sys(DataModel):


class DataChain(DatasetQuery):
"""AI 🔗 DataChain - a data structure for batch data processing and evaluation.
"""DataChain - a data structure for batch data processing and evaluation.
It represents a sequence of data manipulation steps such as reading data from
storages, running AI or LLM models or calling external services API to validate or
Expand Down
Loading

0 comments on commit 46fa96d

Please sign in to comment.