#45 · Primary category: AI Data Infrastructure & Storage

vectorflow

ai data-engineering embeddings machine-learning nlp vectors

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.

Project last updated:05/16/24

GitHub Stars

703

Forks

51

Contributors

11

License

Apache-2.0

Why we included this project

VectorFlow is for teams that need to move large volumes of documents into a vector database without building the ingestion plumbing themselves. You submit raw files through a simple API and it handles chunking and embedding, then writes the vectors to a store you choose, with Pinecone, Qdrant, and Weaviate supported out of the box. Under the hood it runs on a job queue backed by Postgres, RabbitMQ, and MinIO, so heavy batches get processed reliably instead of failing partway through. If you are putting together RAG-backed search or retrieval, it works as a self-hosted ingestion layer you can run with docker compose locally or scale on Kubernetes. Keep in mind it is still an MVP, so check that the current feature set covers your file types and target vector database before relying on it in production.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category