Skip to content

Commit

Permalink
Replace occurrences of 'DataChain' with 'DVCx' in the website
Browse files Browse the repository at this point in the history
  • Loading branch information
djsauble committed Jul 16, 2024
1 parent 50264a8 commit a5327f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions content/data/datachain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
Expand All @@ -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
2 changes: 1 addition & 1 deletion src/components/Home/Hero/BetterTogether/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const BetterTogether = () => {
return (
<HeroContainer className="py-14 bg-blue-100">
<h2 className={cn('text-center text-3xl font-medium')}>
Datachain and DVC: Better Together
DVCx and DVC: Better Together
</h2>
<p className={cn('mt-8', 'text-xl font-normal')}>
Build the datasets you need without modifying your data sources. Create
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/Hero/HeroSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const HeroSection = () => {
})
}}
>
<span>Learn about Datachain</span>
<span>Learn about DVCx</span>
<ArrowDown className="w-4 md:w-6 animate-bounce" />
</CTAButton>
</Section>
Expand Down

0 comments on commit a5327f2

Please sign in to comment.