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

fixed qdrant error #113

Closed dgarnitz closed 6 months ago

dgarnitz commented 6 months ago

What

The qdrant client was throwing an error because it was pegged to version 1.5.3 when the newest version of qdrant is 1.9.1

We need to version the command to pull the qdrant image next.