2 projects
Quivr is an opinionated Python framework for building Retrieval-Augmented Generation (RAG) pipelines, letting developers ingest documents into a vector store and query them with LLMs. It packages chunking, embedding, retrieval, and answer generation behind a configurable "brain" abstraction.
Haystack is an open-source Python framework for orchestrating LLM applications through modular, traceable pipelines and agent workflows. It gives explicit control over retrieval, routing, memory, and generation to build RAG systems, semantic search, and autonomous agents that are model- and vendor-agnostic.