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

Add lance db #68

Closed dgarnitz closed 1 year ago

dgarnitz commented 1 year ago

What

Added support for Lance DB. This works only for Open AI embeddings right now because we are creating the table for the user, since Lance DB only has a cloud Beta

Verification

Requests succeed:

image

Unit tests still pass

image