From 327086eb9f2b3a39b11a8bf445afe508b5e83e93 Mon Sep 17 00:00:00 2001 From: Daniel Sauble Date: Tue, 16 Jul 2024 11:26:45 -0700 Subject: [PATCH] Replace occurrences of 'DataChain' with 'DVCx' in the website (#5281) * Replace occurrences of 'DataChain' with 'DVCx' in the website * Remove 'data chain' from the hero section --- content/data/datachain.yml | 8 ++++---- src/components/Home/Hero/BetterTogether/index.tsx | 2 +- src/components/Home/Hero/HeroSection.tsx | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/content/data/datachain.yml b/content/data/datachain.yml index 1432c2a9ec..908fdc17bf 100644 --- a/content/data/datachain.yml +++ b/content/data/datachain.yml @@ -3,9 +3,9 @@ Datasets are getting larger, but the ability to iterate rapidly and efficiently is as important as ever. terminal: | - from datachain.query import C, DatasetQuery - from datachain.lib.webdataset import WebDataset - from datachain.lib.gpt4_vision import DescribeImage + from dvcx.query import C, DatasetQuery + from dvcx.lib.webdataset import WebDataset + from dvcx.lib.gpt4_vision import DescribeImage prompt = "How many people in the image?" @@ -21,6 +21,6 @@ Save the results of a query in a dataset that you can use to train your ML models. terminal: | - $ datachain query my-query.py my-dataset + $ dvcx query my-query.py my-dataset .......... Dataset 'my-dataset' created diff --git a/src/components/Home/Hero/BetterTogether/index.tsx b/src/components/Home/Hero/BetterTogether/index.tsx index 8fa25d069c..c283c2602f 100644 --- a/src/components/Home/Hero/BetterTogether/index.tsx +++ b/src/components/Home/Hero/BetterTogether/index.tsx @@ -5,7 +5,7 @@ const BetterTogether = () => { return (

- Datachain and DVC: Better Together + DVCx and DVC: Better Together

Build the datasets you need without modifying your data sources. Create diff --git a/src/components/Home/Hero/HeroSection.tsx b/src/components/Home/Hero/HeroSection.tsx index 6f6849b968..ca49146a7b 100644 --- a/src/components/Home/Hero/HeroSection.tsx +++ b/src/components/Home/Hero/HeroSection.tsx @@ -104,7 +104,7 @@ const HeroSection = () => { )} >

- GenAI data chain + GenAI dataset management

Coming soon @@ -175,7 +175,7 @@ const HeroSection = () => { }) }} > - Learn about Datachain + Learn about DVCx