Back to projects
PythonLangChainChromaDBOllamaFastAPIDocker
RAG Document Query System
An experimental RAG system that indexes technical documentation and codebases into a vector database, enabling semantic search and natural language querying. Uses local embedding models for privacy and cost efficiency.
February 10, 2025
Source codeKey Highlights
- Document chunking with semantic boundary detection
- Local embedding generation using Ollama models
- ChromaDB vector store with similarity search
- FastAPI endpoint with streaming response support
- CLI tool for document ingestion and indexing
Other Projects
Light Novel Tracker Notifier
Multi-source scraping engine that monitors light novel releases across platforms and delivers real-time notifications via a scalable polling architecture.
AI Code Review Assistant
An automated code review system powered by local LLMs via Ollama, providing intelligent feedback on pull requests without sending code to external APIs.