Skip to content

Brevia in a nutshell

Brevia is an extensible API and framework to build your Retrieval Augmented Generation (RAG) and Information Extraction (IE) applications with LLMs.

Ouf of the box Brevia provides:

  • a complete API for RAG applications
  • an API with Information extractions capabilities like summarization, with the possibility to create your own analysis logic with asycnhronous background operations support

Brevia uses:

  • the popular LangChain framework that you can use to create your custom AI tools and logic
  • the FastAPI framework to easily extend your application with new endpoints
  • PostgreSQL with pg_vector extension as vector database