RAG API for question answering over COPOM (Brazilian Monetary Policy Committee) documents. Retrieves relevant chunks via pgvector cosine search and generates answers with Google Gemini.
-
Updated
Mar 26, 2026 - Python
RAG API for question answering over COPOM (Brazilian Monetary Policy Committee) documents. Retrieves relevant chunks via pgvector cosine search and generates answers with Google Gemini.
ETL pipeline that downloads COPOM meeting minutes and policy communications from the BCB Open Data API, parses PDFs, chunks and embeds text using Google Gemini, and stores vector embeddings in PostgreSQL + pgvector.
Streamlit web app for the COPOM RAG system. Q&A interface over COPOM meeting minutes and policy communications, plus an admin panel to manage document ingestion. Consumes the copom-rag-api REST API.
Add a description, image, and links to the copom topic page so that developers can more easily learn about it.
To associate your repository with the copom topic, visit your repo's landing page and select "manage topics."