Verse Language RAG System — Independent Project
Built an independent Verse language Retrieval-Augmented Generation (RAG) tool designed to ingest, parse, and query context-specific documentation. The work involved configuring semantic search and vector context mappings so that retrieved passages could be used for downstream generation. This is effectively an AI training/pipeline setup where documentation was structured into retrievable context for LLM use. • Ingested and parsed documentation for the Verse programming language into a searchable knowledge base • Implemented semantic retrieval using embeddings with LlamaIndex and ChromaDB • Tuned vector contextual mappings to improve query relevance • Enabled accurate context querying to support RAG-based responses.