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

made VF client compatible with llama index implementation #99

Closed dgarnitz closed 10 months ago

dgarnitz commented 10 months ago

What

Altered the VectorFlow client so that the base_url is now a property on the Vectorflow class rather than a parameter in each method. This makes it compatible with the Llama Index implementation

Verification

Works locally:

image

Works in colab:

image