Summary:
After receiving the embeddings from the Triton instances, persist these results for further analysis or downstream tasks.
Tasks:
Receive embeddings from Triton.
Implement logic to save these embeddings, likely in a database or in a batch-inserted Parquet file.
Acceptance Criteria:
Embeddings are persisted and easily retrievable for downstream tasks.
Summary:
After receiving the embeddings from the Triton instances, persist these results for further analysis or downstream tasks.
Tasks:
Acceptance Criteria: