Overview of the rag-vector module
developrag-vector module provides vector-based document storage and retrieval capabilities designed for Retrieval-Augmented Generation (RAG) systems. It extends the rag-base module by enabling semantic search and similarity-based retrieval through vector embeddings. Instead of simple keyword matching, it allows for retrieving documents based on their semantic similarity to a query.