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

Implement Metrics Tracking / Telemetry #87

Closed dgarnitz closed 1 year ago

dgarnitz commented 1 year ago

We need a way to collect usage data to understand better how users are utilizing VectorFlow. This should be anonymous so that no user's specific data is ever aggregated.

May want to consider putting these into prometheus

david-vectorflow commented 1 year ago

completed