Model outputs stored inside documents for retrieval
{ "document_id": "doc_123", "collection_id": "col_products_v1", "metadata": {"category": "shoes"}, "features": { "text_embedding": {"vector": [0.12, 0.03, ...]}, "clip_image": {"vector": [0.09, 0.41, ...]}, "entities": ["shoe", "sneaker"], "title": "Red Sneaker" } }
features
/v1/collections/{collection_identifier}/features
Was this page helpful?