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
676 stars 49 forks source link

Create python client #86

Closed dgarnitz closed 1 year ago

dgarnitz commented 1 year ago

What

Created a python client pip package for people to easily utilize vectorflow.

Verification

Running the src/testing_clients/test_vectorflow_client.py shows embedding using both the embed and jobs endpoints as well as status fetching using both endpoints succeeding:

image