Collection Configuration

Set up your new vector collection with metadata

Choose a descriptive name for your collection (alphanumeric and underscores only)
Data source or experiment identifier
Version or iteration number
Name or identifier of the creator
Brief description of the collection's purpose and contents
Advanced Metadata Optional JSON
Additional metadata in JSON format. This will be merged with the fields above.
Cancel
Collection Guidelines
Naming Best Practices
  • Use descriptive names
  • Include version numbers
  • Use underscores for spaces
  • Avoid special characters
Metadata Field Examples
  • Source: experiment_001, clinical_study
  • Version: 1.0, v2.1-beta, final
  • Created By: Dr. Smith, team_alpha
  • Description: Brief purpose summary
Advanced JSON Metadata

The additional JSON metadata field allows you to add any custom fields that will be merged with the standard fields above. Example:

{
  "experiment_id": "EXP_2024_001",
  "lab": "Computational Biology Lab",
  "data_type": "RNA-seq embeddings",
  "sample_count": 1500,
  "processing_date": "2024-01-15"
}