Adding Custom Embeddings
Add custom embeddings to your uploads
Overview
Assumptions
How to Add Custom Embeddings
If Working In Anonymous Mode
al_client.create_dataset(
PROJECT_NAME,
DATASET_NAME,
dataset=dataset,
embedding_distance_metric='cosine',
is_anon_mode=True
)Adding Your Embedding Vectors
Last updated
Was this helpful?