Skip to main content

Qdrant: Embeddings

Store embeddings vectors into a Qdrant database collection.

Pre-requisite: Install Qdrant application Profile > {Organization} > Applications to grant Zparse access.

Parameters

ApplicationREQUIRED

Select configured Qdrant application.

CollectionREQUIRED
Which collection to use.

Input

JSON EmbeddingsREQUIRED

Embeddings request with model like:

{
"embeddings": [
{
"identifier": <String>, # Unique identifier for given claim
"claim": <String>, # Actual text from which embeddings vector was generated
"vector": [f32, f32, ...], # Actual vector after embeddings generation
"payload": <Json>, # Additional metadata to join to your claim
}
]
}

Output

TriggerREQUIRED

Trigger connector on vector successfully stored