Projects with this topic
-
RAGBase is a schema-enforced infrastructure layer for building modular Retrieval-Augmented Generation (RAG) systems. It provides a strict, contract-driven architecture where every component—ingestion, embedding, retrieval, and generation—is defined by explicit input/output schemas and validated through a built-in spec hygiene layer. This ensures predictable behavior, prevents system drift, and enables safe module interchangeability in production-grade AI pipelines. https://roxanneardary.com/ragbase/
Updated -
VoxPersona is a source-bound AI assistant platform that transforms approved content into interactive responses in text, voice, or AI-generated video. It delivers every answer with strict citations to original sources, ensuring transparency, traceability, and trust.
Updated -
A Go-based Open Source Universal Memory server that exposes a Model Context Protocol (MCP) interface for LLM clients. It provides semantic document search (for user documents), agent memory management, and a knowledge graph - backed by PgVector or ChromaDB - enabling AI agents to store, retrieve, and interconnect knowledge across sessions.
Updated -
Provide FRCC DSIR the ability to securely, confidently, and efficiently answer questions informed from our team’s codebases. In places where confidence is low, it should be flagged as low to inform the person interacting with the system.
Updated -
This project demonstrates a Retrieval-Augmented Generation (RAG) system designed to answer questions based on a collection of enterprise documents (PDFs and TXT files). It leverages LangChain for orchestrating the query pipeline and LlamaIndex for indexing and retrieving relevant information. The system uses Google's Gemini 1.5 Flash for generating answers and Gemini Embeddings for semantic search. A Streamlit interface provides a user-friendly way to interact with the knowledge assistant.
Updated