Find similar chunks using an embedding vector.
Use this to retrieve the most similar chunk IDs to a single query embedding.
Expected outcome:
[0.1, -0.2, 0.3, 0.4, -0.5, ...]Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for the tenant/organization
"tenant_1234"
Optional sub-tenant identifier used to organize data within a tenant. If omitted, the default sub-tenant created during tenant setup will be used.
"sub_tenant_4567"
Query embedding vector to search for
[]Maximum number of results to return
1 <= x <= 10001
Optional Milvus filter expression for additional filtering
Optional list of fields to return in results (default: chunk_id, source_id, metadata)
Successful Response
Source identifier
"CortexDoc1234"
Embedding payload with chunk id and vector (if set)
Similarity score
1
Vector distance
1
Metadata associated with the embedding