RAG em Produção — Ingestão Assíncrona RAG in Production — Async Ingestion
Pipeline RAG completo e assíncrono: uma API em Python (FastAPI) recebe o documento e responde na hora, enquanto um worker dedicado em Go faz o trabalho pesado — extração de texto, chunking, embeddings e indexação vetorial. Postgres + pgvector, fila Redis e frontend próprio, tudo orquestrado em Docker. Complete async RAG pipeline: a Python (FastAPI) API accepts the document and responds instantly, while a dedicated Go worker does the heavy lifting — text extraction, chunking, embeddings, and vector indexing. Postgres + pgvector, a Redis queue, and a custom frontend, all orchestrated with Docker.
Ver repositórioView repository