In order to manage your project, you’ll first have to access it. Simply navigate to the Dashboard page and click on the project card to open the project page.
Wait for the upload to complete (stay on the page during this process)
Each dataset must be a pandas dataframe saved as a parquet file with an “embedding” column (containing OpenAI text-large-3 embeddings) and a “tag” column (containing associated string values).
Activate a Dataset
To set a dataset as active for your project:
In the “Datasets” table, click the ellipsis (⋮) next to the dataset
Select “Activate”
Only one dataset can be active per project. Activating a new dataset will deactivate the currently active one.
Edit or Delete a Dataset
To edit a dataset’s name or delete it:
Click the ellipsis (⋮) next to the dataset in the “Datasets” table
Choose “Edit” to rename the dataset, or “Delete” to remove it
The playground is a tool that allows you to experiment with your project.
Your project must have an active dataset and at least one machine to use the playground.
Once your project is active (has an active dataset and at least one machine), you can use it in the playground:You can access the playground in two ways:
Click the “Playground” button in the top-right corner of the project page
Navigate to the “Playground” tab on the project page and select your project under “Project” in “Settings”