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

teams -> enterprise #5508

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ data quality more efficiently than ever before 🤝

If you're looking to scale to production-grade, collaborative, cloud-native
enterprise workloads, check out
**[FiftyOne Teams](http://voxel51.com/enterprise)** 🚀
**[FiftyOne Enterprise](http://voxel51.com/enterprise)** 🚀

![------------------------------------------------------------------](https://github.com/user-attachments/assets/fb0573d0-bb56-40ff-9ae1-a5e8f62f5f42)

Expand Down Expand Up @@ -456,8 +456,8 @@ https://github.com/user-attachments/assets/7aa906c9-aab3-45c7-bd66-f388cac343e0

## <img src="https://user-images.githubusercontent.com/25985824/106288517-2422e000-6216-11eb-871d-26ad2e7b1e59.png" height="20px"> &nbsp; additional resources &nbsp; 🚁

| [FiftyOne Teams](https://voxel51.com/enterprise) | [VoxelGPT](https://github.com/voxel51/voxelgpt) | [Plugins](https://voxel51.com/plugins) | [Vector Search](https://voxel51.com/blog/the-computer-vision-interface-for-vector-search) | [Dataset Zoo](https://docs.voxel51.com/dataset_zoo/index.html) | [Model Zoo](https://docs.voxel51.com/model_zoo/index.html) | [FiftyOne Brain](https://docs.voxel51.com/brain.html) |
| ------------------------------------------------ | ----------------------------------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ---------------------------------------------------------- | ----------------------------------------------------- |
| [FiftyOne Enterprise](https://voxel51.com/enterprise) | [VoxelGPT](https://github.com/voxel51/voxelgpt) | [Plugins](https://voxel51.com/plugins) | [Vector Search](https://voxel51.com/blog/the-computer-vision-interface-for-vector-search) | [Dataset Zoo](https://docs.voxel51.com/dataset_zoo/index.html) | [Model Zoo](https://docs.voxel51.com/model_zoo/index.html) | [FiftyOne Brain](https://docs.voxel51.com/brain.html) |
| ----------------------------------------------------- | ----------------------------------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------- | -------------------------------------------------------------- | ---------------------------------------------------------- | ----------------------------------------------------- |

</div>

Expand All @@ -477,13 +477,13 @@ Full documentation for FiftyOne is available at

![------------------------------------------------------------------](https://github.com/user-attachments/assets/fb0573d0-bb56-40ff-9ae1-a5e8f62f5f42)

<div id='fiftyone-teams'/>
<div id='fiftyone-enterprise'/>

## <img src="https://user-images.githubusercontent.com/25985824/106288517-2422e000-6216-11eb-871d-26ad2e7b1e59.png" height="20px"> &nbsp; FiftyOne Teams &nbsp; 🏎️
## <img src="https://user-images.githubusercontent.com/25985824/106288517-2422e000-6216-11eb-871d-26ad2e7b1e59.png" height="20px"> &nbsp; FiftyOne Enterprise &nbsp; 🏎️

Want to securely collaborate on billions of samples in the cloud and connect to
your compute resources to automate your workflows? Check out
[FiftyOne Teams](https://voxel51.com/enterprise).
[FiftyOne Enterprise](https://voxel51.com/enterprise).

![------------------------------------------------------------------](https://github.com/user-attachments/assets/fb0573d0-bb56-40ff-9ae1-a5e8f62f5f42)

Expand Down
159 changes: 0 additions & 159 deletions app/packages/components/src/components/Teams/Teams.tsx

This file was deleted.

Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default function NativeModelEvaluationView(props) {
(showEmptyOverview || showCTA ? (
<PanelCTA
label="Create your first model evaluation"
demoLabel="Upgrade to FiftyOne Teams to Evaluate Models"
demoLabel="Upgrade to FiftyOne Enterprise to Evaluate Models"
description="Analyze and improve models collaboratively with your team"
docLink="https://docs.voxel51.com/user_guide/evaluation.html"
docCaption="Learn how to evaluate models via code."
Expand Down
2 changes: 1 addition & 1 deletion app/packages/embeddings/src/EmbeddingsCTA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function EmbeddingsCTA(props: EmbeddingsCTAProps) {
return (
<PanelCTA
label="Embeddings help you explore and understand your dataset"
demoLabel="Upgrade to FiftyOne Teams to Create Embeddings"
demoLabel="Upgrade to FiftyOne Enterprise to Create Embeddings"
description="You can compute and visualize embeddings for your dataset using a selection of pre-trained models or your own embeddings"
docLink="https://docs.voxel51.com/user_guide/app.html#embeddings-panel"
docCaption="Learn how to create embeddings visualizations via code."
Expand Down
2 changes: 1 addition & 1 deletion app/packages/embeddings/src/useComputeVisualization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useFirstExistingUri, usePanelEvent } from "@fiftyone/operators";
import { usePanelId } from "@fiftyone/spaces";
import { useCallback } from "react";

const IS_OSS = true; // false in fiftyone-teams
const IS_OSS = true; // false in fiftyone-enterprise
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should still be teams since we aren't renaming the repos?


export default function useComputeVisualization() {
const { firstExistingUri: computeVisUri, exists: hasComputeVisualization } =
Expand Down
Loading