Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DataChain to the index page #5294

Merged
merged 1 commit into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

<admon type="info">

DVC is a tool for data science that takes advantage of existing software
engineering toolset. It helps machine learning teams manage large datasets, make
projects reproducible, and collaborate better.
🚀 Check out our new sister product
[DataChain](https://github.com/iterative/datachain)` and give it a ⭐. It works
upstream and overlaps with DVC if you need to version and process a large number
of files. Contact us at [email protected] to discuss commercial solutions and
support for reproducibility and data management for AI.

</admon>

Expand All @@ -29,8 +31,8 @@ as a [Python library].
Non-exhaustive list of scenarios DVC can help with
</card>

<card href="/doc/command-reference" heading="Command Reference">
Manuals for all of DVC's commands
<card href="https://github.com/iterative/datachain" heading="🔗 DataChain">
Sister and upstream tool to version and wrangle data at scale
</card>

</cards>
Expand All @@ -39,8 +41,9 @@ as a [Python library].
[community](/community) or use the [support](/support) channels. We are very
responsive⚡.

✅ Check out our [GitHub repository](https://github.com/iterative/dvc) and give
us a ⭐ if you like the project!
✅ Check out our GitHub repositories: [DVC](https://github.com/iterative/dvc)
and [🔗 DataChain](https://github.com/iterative/datachain) give us a ⭐ if you
like the projects!

✅ Contribute to DVC [on GitHub](https://github.com/iterative/dvc) or help us
improve this [documentation](https://github.com/iterative/dvc.org) 🙏.
Loading