Skip to content
SatarovMOCR
Systems · File rag-assistant

RAG Assistant

CompleteBuilt by me2026

A modular retrieval-augmented generation pipeline: ingestion, chunking, embeddings, ChromaDB vector search, and a conversational interface.

Flight data file · rag-assistant · 2026

01Architecture

Document ingestion for markdown/text, smart chunking, embedding integration, semantic search over ChromaDB, and a chat interface — organized as a modular core designed for extension.

02Contributions

  • Built the full pipeline and conversational engine with a modular, extensible core.