Skip to content
Back to Projects
AI RAG Vector Search Document Processing

RAG Agent - Document Q&A with Vector Search

AI Agent (Python + LangChain)

Screenshots coming soon

About

Retrieval-Augmented Generation system with dual implementation: lightweight Chroma vector store and enterprise PostgreSQL + PGVector. Answers questions over PDF documents with semantic search.

My Role

Built complete RAG pipeline from PDF ingestion to semantic search to LLM response generation with both Chroma and PostgreSQL backends.

Core Capabilities

Architecture

Tech Stack

Python LangChain OpenAI Chroma PostgreSQL PGVector PyPDF Docker Compose SQLAlchemy