You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.