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

Remove uncessary connectors #102

Closed dgarnitz closed 6 months ago

dgarnitz commented 6 months ago

What

Removing unused vector DB connectors. Removing "dumb" retry logic. Retry logic should not add everything back to a retry queue. For example, a missing key should be a one-time failure. Only things like the API being down or the worker crashing should cause a retry.

Verification Evidence

Standard Upload Client

image

VectorFlow Client

image