From 3666ece2c5bb1f00f98335e427b54813ef2a1aad Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Tue, 24 Feb 2026 18:15:00 -0800 Subject: [PATCH] Fix formatting in README.md for RAG pipelines --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a50431..8099081e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,11 @@ The context backend: - [x] Images, video, and audio - [x] Automated data ingest and loading - [x] Quick ingest with semantic similarity retrieval - - [x] Ontology structuring for precision retrieval + - [x] Ontology structuring for precision retrieval +- [x] Out-of-the-box RAG pipelines + - [x] DocumentRAG + - [x] GraphRAG + - [x] OntologyRAG - [x] 3D GraphViz for exploring context - [x] Fully Agentic System - [x] Single Agent