Skip to main content

Accessing a Project

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.

Project Details

To edit your project’s name, description, or model type:
  1. Edit details in the “Project Details” card from your project page
  2. Click “Save Changes” in the top-right corner of the page
To delete a project:
  1. Click the “Delete” button in the top-right corner of your project page
  2. Confirm the deletion when prompted
Deleting a project is irreversible. Make sure you want to permanently remove the project and all its associated data.

Managing Datasets

To add a dataset to your project:
  1. Find the “Datasets” card on the project page
  2. Click “Add Dataset” at the bottom of the table
  3. Name your dataset and upload the file
  4. 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).
To set a dataset as active for your project:
  1. In the “Datasets” table, click the ellipsis (⋮) next to the dataset
  2. Select “Activate”
Only one dataset can be active per project. Activating a new dataset will deactivate the currently active one.
To edit a dataset’s name or delete it:
  1. Click the ellipsis (⋮) next to the dataset in the “Datasets” table
  2. Choose “Edit” to rename the dataset, or “Delete” to remove it

Managing Machines

To add a machine to your project:
  1. Locate the “Machines” card on the project page
  2. Click “Add Machine” at the bottom of the table
  3. Wait for the machine to start up (stay on the page during this process)
To remove a machine from your project:
  1. In the “Machines” table, click the ellipsis (⋮) next to the machine
  2. Select “Delete”
  3. Wait for the deletion process to complete
Your project must have at least one machine to be active. Machines automatically handle load balancing for search requests.

Project Status

Monitor your project’s status using the Project Status card in the project page, which displays:
  • Monthly Accrued Cost (coming soon)
  • Active Machines
  • Uptime (coming soon)
  • Requests (coming soon)

Using the Playground

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:
  1. Click the “Playground” button in the top-right corner of the project page
  2. Navigate to the “Playground” tab on the project page and select your project under “Project” in “Settings”

Next Steps

Now that you know how to manage your projects, you might want to: If you need any assistance with project management, please reach out to our support team at pallavi@artemisar.com.
I