dgarnitz / vectorflow

VectorFlow is a high volume vector embedding pipeline that ingests raw data, transforms it into vectors and writes it to a vector DB of your choice.
https://www.getvectorflow.com/
Apache License 2.0
670 stars 47 forks source link

Add testing client #55

Closed dgarnitz closed 1 year ago

dgarnitz commented 1 year ago

What

Added a python script that can serve as a testing client. Based on this issue.

Why

It was annoying and slow to use curl

Verification

Can see it creates the jobs then returns the status when they are complete: image