Closed dgarnitz closed 1 year ago
Created a python client pip package for people to easily utilize vectorflow.
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:
src/testing_clients/test_vectorflow_client.py
embed
jobs
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 theembed
andjobs
endpoints as well as status fetching using both endpoints succeeding: