Exports embeddings in Embedding Projector format.
GET/collections/:namespace/:collection/indexes/:index/export/embedding_projector
Exports embeddings from the indexed collection identified by the path. The exported file is a ZIP containing two tab-separated value (TSV) files, one with the raw embeddings and the other with identifying metadata for each embedding. You can import these files into the Embedding Projector to visualise them in a lower dimension.
Exports contain no more than 100,000 embeddings; larger collections will be randomly downsampled to meet this contraint. This is the maximum embedding count that the Embedding Projector supports.
Request
Responses
- 200
The exported ZIP file to download